KKSU
2023-12-13 18aa07a530c6222708ef59a87c32248c15c6f6b7
src/main/java/cc/mrbird/febs/mall/quartz/ProfitJob.java
@@ -143,14 +143,14 @@
        agentService.timeGetOrderBuyCancel();
    }
    /**
     * 卖单
     * 看是否是开始显示订单的时间段,超出结束时间的卖单,全部超时失败
     */
    @Scheduled(cron = "0 0/30 * * * ? ")
    public void timeGetOrderSell() {
        agentService.timeGetOrderSell();
    }
//    /**
//     * 卖单
//     * 看是否是开始显示订单的时间段,超出结束时间的卖单,全部超时失败
//     */
//    @Scheduled(cron = "0 0/30 * * * ? ")
//    public void timeGetOrderSell() {
//        agentService.timeGetOrderSell();
//    }