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