KKSU
2024-04-22 d6467430b8ae1a5ae3b8dcd3eb2bb0b4e109265a
src/main/java/cc/mrbird/febs/mall/quartz/ProfitJob.java
@@ -118,11 +118,12 @@
//    }
    /**
     * 用户预约完成之后,根据产品周期,将用户买单变成买单
     * 用户预约完成之后,根据产品周期,将用户买单变成买单 todo 0411 停止
     */
    @Scheduled(cron = "0 0 2 * * ?")
//    @Scheduled(cron = "0 0 2 * * ?")
    public void BuyToSell() {
        agentService.BuyToSell();
//        agentService.BuyToSell();
        agentService.BuyToSellV2();
    }
    /**
@@ -155,15 +156,15 @@
     * 买单
     * 看是否是开始显示订单的时间段,超出结束时间的买单,全部超时返还令牌
     */
    @Scheduled(cron = "0 0/2 * * * ? ")
    public void timeGetOrderBuyCancel() {
        agentService.timeGetOrderBuyCancel();
    }
//    @Scheduled(cron = "0 0/2 * * * ? ")
//    public void timeGetOrderBuyCancel() {
//        agentService.timeGetOrderBuyCancel();
//    }
    /**
     * 直推奖励
     * 从冻结到可用
     * 从冻结到可用 todo 0411 停止
     */
    @Scheduled(cron = "0 0 0/2 * * ? ")
    public void basicMemberPerk() {
@@ -171,7 +172,7 @@
    }
    /**
     * 团队奖励
     * 团队奖励 todo 0411 停止
     */
    @Scheduled(cron = "0 0 0/2 * * ? ")
    public void teamMemberPerk() {
@@ -179,7 +180,7 @@
    }
    /**
     * 平级奖励
     * 平级奖励 todo 0411 停止
     */
    @Scheduled(cron = "0 0 0/2 * * ? ")
    public void equalsMemberPerk() {