zainali5120
2020-10-22 9ba7ce8b330f0f848fc35f33c26cebe62e61af0f
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 {