Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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; | ... | ... |
-
Please register or login to post a comment