zelong.shao

manager|用户类型调整

...@@ -62,7 +62,7 @@ public class SysUserDto { ...@@ -62,7 +62,7 @@ public class SysUserDto {
62 this.userName = fcl_acc_no; 62 this.userName = fcl_acc_no;
63 } 63 }
64 this.typeCode = UserTypeEnum.FCL.getCode(); 64 this.typeCode = UserTypeEnum.FCL.getCode();
65 - this.typeName = UserTypeEnum.FCL.getMsg(); 65 + this.typeName = UserTypeEnum.FCL.getEnMsg();
66 this.password = fcl_pwd; 66 this.password = fcl_pwd;
67 this.loginName = uuid; 67 this.loginName = uuid;
68 this.email = null; 68 this.email = null;
......