Helius
2020-09-11 afc924b0d88ef320ad09060ae49804556efd8eb6
src/main/java/com/xcong/excoin/quartz/job/LoopExecutorJob.java
@@ -46,7 +46,7 @@
    /**
     * 持仓费计算
     */
    @Scheduled(cron = "0 0 0 */1 * ?")
    @Scheduled(cron = "0 0 16/8 * * ?")
    public void updateDoingPrice() {
        log.info("#持仓费计算#");
        try {