From cd637932a970e7935b17d41568fe89c92775bccc Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期五, 06 十二月 2019 17:18:27 +0800 Subject: [PATCH] 双12活动添加,邀请码发布修改,爬单新规则添加 --- fanli/src/main/java/com/yeshi/fanli/job/UserSystemCouponJob.java | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/job/UserSystemCouponJob.java b/fanli/src/main/java/com/yeshi/fanli/job/UserSystemCouponJob.java index f1dbced..eb42451 100644 --- a/fanli/src/main/java/com/yeshi/fanli/job/UserSystemCouponJob.java +++ b/fanli/src/main/java/com/yeshi/fanli/job/UserSystemCouponJob.java @@ -24,19 +24,18 @@ private UserSystemCouponService userSystemCouponService; /** - * 姣忓ぉ00:10 鏇存柊鍒� + * 姣忓ぉ涓�涓皬鏃舵洿鏂板埜 */ - @Scheduled(cron = "0 10 0 * * ? ") + @Scheduled(cron = "0 0 0/1 * * ? ") public void updateCouponInfo() { if (!Constant.IS_TASK) return; + // 1銆佽禒閫侀��鍥炲埜 giveSendBack(); // 2銆佸埜澶辨晥 updateInvalid(); - - } /** -- Gitblit v1.8.0