4db1c06713cc8133d9858bee3c1cd1206588d61a..a9a440f0497b787ef58ad029b5e3dbc3c3cea1fb
2022-03-16 xiaoyong931011
Merge branch 'bea' of http://120.27.238.55:7000/r/exchange into bea
a9a440 diff | tree
2022-03-16 xiaoyong931011
20222223
9e1c73 diff | tree
1 files modified
2 ■■■ changed files
src/main/java/com/xcong/excoin/quartz/job/OtcOrderJob.java 2 ●●● 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)) {