Commit 58a917de by guojuxing

新增/编辑管理员添加标志位,用来操作密码

parent 230fcb07
......@@ -62,6 +62,8 @@ public class UserPasswordUtils {
throw new CommonException(ErrorCode.PARAMETER_ERROR.getCode(), "密码不能为空");
}
}
//如果是1,则不需要密码
return null;
}
}
}
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