zelong.shao

manager|用户类型调整

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