This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Augcl
/
rice-admin
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
提交处理
master
主管理员
6 months ago
parent
06e07ffb41
commit
dcc56b6176
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
module-common/src/main/java/org/jeecg/api/service/impl/OfficialLoginServiceImpl.java
+ 1
- 1
module-common/src/main/java/org/jeecg/api/service/impl/OfficialLoginServiceImpl.java
View File
@ -135,7 +135,7 @@ public class OfficialLoginServiceImpl implements OfficialLoginService {
save
.
setPassword
(
encrypt
)
;
save
.
setPasswordSalt
(
salt
)
;
save
.
setDeleteFlag
(
"N"
)
;
save
.
setRole
(
"0"
)
;
save
.
setRole
(
0
)
;
/
/
生成token返回
Write
Preview
Loading…
Cancel
Save