mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-08 18:36:51 +08:00
信息初始化加上个签
This commit is contained in:
@@ -96,6 +96,7 @@ public class PortalConsoleApi extends ApiBaseController{
|
||||
map.put("userNo",user.getUserNo());
|
||||
map.put("userType",utype);
|
||||
map.put("departId",user.getDepartId());
|
||||
map.put("sign",user.getSign());
|
||||
map.put("departName",departName);
|
||||
map.put("departFullName",departFullName);
|
||||
map.put("studyTotal",user.getStudyTotal() == null ? 0 : user.getStudyTotal());
|
||||
|
||||
Reference in New Issue
Block a user