|
|
@@ -5,7 +5,6 @@ import com.baomidou.mybatisplus.core.conditions.update.LambdaUpdateWrapper;
|
|
|
import com.xxl.job.core.handler.annotation.XxlJob;
|
|
|
import lombok.RequiredArgsConstructor;
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
|
-import org.apache.commons.lang3.StringUtils;
|
|
|
import org.springframework.stereotype.Component;
|
|
|
import shop.alien.config.redis.BaseRedisService;
|
|
|
import shop.alien.entity.store.*;
|
|
|
@@ -45,7 +44,7 @@ public class StoreMembershipCardJob {
|
|
|
// 商家账号注销:0-未注销,1-已注销,2-注销冷静期
|
|
|
private final static Integer LOGOUT_FLAG_DONE = StoreUser.LOGOUT_FLAG_DONE;
|
|
|
private final static Integer LOGOUT_FLAG_COOLING = StoreUser.LOGOUT_FLAG_COOLING;
|
|
|
- private static final String LOGOUT_DISPLAY_NAME = "该用户已注销";
|
|
|
+ private static final String LOGOUT_DISPLAY_NAME = "已注销";
|
|
|
private static final int LOGOUT_COOLING_DAYS = 7;
|
|
|
|
|
|
private final StoreMembershipCardMapper storeMembershipCardMapper;
|