src/main/java/com/xcong/excoin/quartz/job/OtcOrderJob.java | ●●●●● patch | view | raw | blame | history |
src/main/java/com/xcong/excoin/quartz/job/OtcOrderJob.java
@@ -88,7 +88,7 @@ } } // @Scheduled(cron = "0 0/5 * * * ? ") @Scheduled(cron = "0 0/5 * * * ? ") public void marketBussinessJob() { List<OtcMarketBussiness> list = otcMarketBussinessDao.selectList(null); if (CollUtil.isNotEmpty(list)) {