src/main/java/com/xcong/excoin/quartz/job/LoopExecutorJob.java
@@ -32,7 +32,7 @@ /** * 更新快捷充值超时状态 */ @Scheduled(cron = "0/5 * * * * ? ") //@Scheduled(cron = "0/5 * * * * ? ") @Transactional(rollbackFor = Exception.class) public void updateChargeUsdt() { try { @@ -46,7 +46,7 @@ /** * 持仓费计算 */ @Scheduled(cron = "0 0 0 */1 * ?") //@Scheduled(cron = "0 0 0 */1 * ?") public void updateDoingPrice() { log.info("#持仓费计算#"); try {