xiaoyong931011
2021-03-30 25c3d8e604e2ca24da6aeb2c018acafca9b11c38
Merge branch 'activity' of http://120.27.238.55:7000/r/exchange into activity
1 files modified
4 ■■■■ changed files
src/main/java/com/xcong/excoin/quartz/job/LoopExecutorJob.java 4 ●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/quartz/job/LoopExecutorJob.java
@@ -46,8 +46,8 @@
    /**
     * 持仓费计算
     */
//    @Scheduled(cron = "0 0 0/8 * * ?")
    @Scheduled(cron = "0 0/5 * * * ?")
    @Scheduled(cron = "0 0 0/8 * * ?")
//    @Scheduled(cron = "0 0/5 * * * ?")
    public void updateDoingPrice() {
        log.info("#持仓费计算#");
        try {