Helius
2021-03-30 60def2b83b84f3e5b743e55e24bfa84e7560152b
src/main/java/com/xcong/excoin/quartz/job/LoopExecutorJob.java
@@ -47,7 +47,7 @@
     * 持仓费计算
     */
//    @Scheduled(cron = "0 0 0/8 * * ?")
    @Scheduled(cron = "0 0/5 * * * ?")
    @Scheduled(cron = "0 5 * * * ?")
    public void updateDoingPrice() {
        log.info("#持仓费计算#");
        try {