Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
iClear-Connect-Pre-Clearance
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
zelong.shao
2024-12-30 15:49:09 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
57343ec2297aeb368e1c83599e5c6c6e4520f108
57343ec2
1 parent
bcd56ba9
manager|用户类型调整
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
server/manager-server/src/main/java/com/fedex/connect/manager/data/dto/SysUserDto.java
server/manager-server/src/main/java/com/fedex/connect/manager/data/dto/SysUserDto.java
View file @
57343ec
...
...
@@ -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
.
get
En
Msg
();
this
.
password
=
fcl_pwd
;
this
.
loginName
=
uuid
;
this
.
email
=
null
;
...
...
Please
register
or
login
to post a comment