Bladeren bron

添加达人补全定时

zhaoxian 1 jaar geleden
bovenliggende
commit
54e97aa613

+ 3 - 0
module-job-bytedance/src/main/java/cn/com/ctop/job/bytedance/handler/CheckPromoterJob.java

@@ -3,6 +3,7 @@ package cn.com.ctop.job.bytedance.handler;
 
 import cn.com.ctop.alarm.modules.mapper.RuleAccountTemplateMapper;
 import cn.com.ctop.common.module.utils.HttpUtils;
+import com.xxl.job.core.context.XxlJobHelper;
 import com.xxl.job.core.handler.annotation.XxlJob;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.stereotype.Component;
@@ -21,5 +22,7 @@ public class CheckPromoterJob {
     @XxlJob("supplementPromoterJob")
     public void execute() throws Exception {
         HttpUtils.httpGet(URLPREFIX, null, null);
+        XxlJobHelper.log(" --------达人补全,执行完成-------- ");
+
     }
 }