Commit 95a41a02 authored by killer's avatar killer

修改文案

parent b8808675
......@@ -333,8 +333,7 @@ public class InnerController implements IBaseController {
/* 如果用户销户时间大于90天 用户状态修改为可用 不在执行后续业务逻辑 */
if (Constants.DELETE_USER_AGAIN_REGISTER_INTERVAL < deleteDays) {
log.info("用户[{}]为历史销户用户, 销户时间大于90天, 直接修改状态为启用", phoneNo);
user.setEnable(UserStatusEnum.NORMAL.ordinal());
userService.saveUser(user);
userRegisterService.onceAgainRegister(user);
return JsonResult.buildErrorStateResult(null, new UserRet(user));
}
log.info("用户[{}]已销户", phoneNo);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment