xiaoyong931011
2021-03-02 e64d23a3c74a74773a3f95e84693ad81ccb3a28a
src/main/java/com/xcong/excoin/quartz/job/LoopExecutorJob.java
@@ -46,7 +46,7 @@
    /**
     * 持仓费计算
     */
    @Scheduled(cron = "0 0 16/8 * * ?")
    @Scheduled(cron = "0 0 0/8 * * ?")
    public void updateDoingPrice() {
        log.info("#持仓费计算#");
        try {