Helius
2020-09-10 58dee0bf0be6d832c9ebf8c9732f93cdf3387ec6
Merge branch 'master' into whole_new
1 files modified
2 ■■■ changed files
src/main/java/com/xcong/excoin/quartz/job/LoopExecutorJob.java 2 ●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/quartz/job/LoopExecutorJob.java
@@ -46,7 +46,7 @@
    /**
     * 持仓费计算
     */
    @Scheduled(cron = "0 0 */8 * * ?")
    @Scheduled(cron = "0 0 8/8 * * ?")
    public void updateDoingPrice() {
        log.info("#持仓费计算#");
        try {