信息初始化加上个签

This commit is contained in:
86182
2022-10-20 11:49:07 +08:00
parent 176cba6b3f
commit 1ab282b3fc

View File

@@ -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());