From 30d8e227e8d823b6c38c3b9c90ac2df03b63befe Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期二, 25 二月 2025 16:41:22 +0800 Subject: [PATCH] 淘宝转链接口更新 --- fanli/src/main/java/com/yeshi/fanli/job/IntegralJob.java | 68 +++++++++++++++++----------------- 1 files changed, 34 insertions(+), 34 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/job/IntegralJob.java b/fanli/src/main/java/com/yeshi/fanli/job/IntegralJob.java index 2680ba3..99ebe09 100644 --- a/fanli/src/main/java/com/yeshi/fanli/job/IntegralJob.java +++ b/fanli/src/main/java/com/yeshi/fanli/job/IntegralJob.java @@ -1,34 +1,34 @@ -package com.yeshi.fanli.job; - -import javax.annotation.Resource; - -import org.springframework.scheduling.annotation.Scheduled; -import org.springframework.stereotype.Component; - -import com.yeshi.fanli.service.inter.user.integral.IntegralTaskRecordService; -import com.yeshi.fanli.util.Constant; - -/** - * 閲戝竵浠诲姟 - * - * @author Administrator - * - */ -@Component -public class IntegralJob { - - @Resource - private IntegralTaskRecordService integralTaskRecordService; - - /** - * 閲戝竵杩囨湡 - */ - @Scheduled(cron = "0 13 3 * * ? ") - public void updateGoods() { - if (!Constant.IS_TASK) - return; - - integralTaskRecordService.invalidGoldCoin(); - } - -} +package com.yeshi.fanli.job; + +import javax.annotation.Resource; + +import org.springframework.scheduling.annotation.Scheduled; +import org.springframework.stereotype.Component; + +import com.yeshi.fanli.service.inter.user.integral.IntegralTaskRecordService; +import com.yeshi.fanli.util.Constant; + +/** + * 閲戝竵浠诲姟 + * + * @author Administrator + * + */ +@Component +public class IntegralJob { + + @Resource + private IntegralTaskRecordService integralTaskRecordService; + + /** + * 閲戝竵杩囨湡 + */ + @Scheduled(cron = "0 13 3 * * ? ") + public void updateGoods() { + if (!Constant.IS_TASK) + return; + + integralTaskRecordService.invalidGoldCoin(); + } + +} -- Gitblit v1.8.0