|
@@ -3,11 +3,9 @@ package com.caimei365.tools.task;
|
|
|
import com.alibaba.fastjson.JSONObject;
|
|
|
import com.caimei365.tools.mapper.BaseMapper;
|
|
|
import com.caimei365.tools.model.po.SuperVipPo;
|
|
|
-import com.caimei365.tools.service.LogisticsService;
|
|
|
import com.caimei365.tools.utils.SmsUtil;
|
|
|
import lombok.RequiredArgsConstructor;
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
|
-import org.springframework.beans.factory.annotation.Value;
|
|
|
import org.springframework.context.annotation.Configuration;
|
|
|
import org.springframework.scheduling.annotation.EnableScheduling;
|
|
|
import org.springframework.scheduling.annotation.Scheduled;
|
|
@@ -18,16 +16,15 @@ import java.util.Date;
|
|
|
import java.util.List;
|
|
|
|
|
|
/**
|
|
|
- * 物流信息定时查询
|
|
|
+ * 超级会员到期时间
|
|
|
*
|
|
|
- * @author : Charles
|
|
|
- * @date : 2021/5/31
|
|
|
+ * @author : zzj
|
|
|
*/
|
|
|
@Slf4j
|
|
|
@Configuration
|
|
|
@EnableScheduling
|
|
|
@RequiredArgsConstructor
|
|
|
-public class LogisticsInfoTask {
|
|
|
+public class SuperVipTask {
|
|
|
@Resource
|
|
|
private BaseMapper baseMapper;
|
|
|
|