Toggle navigation
Toggle navigation
This project
Loading...
Sign in
jiujian
/
client-customer-order-api
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
zhuyifan
2025-04-15 18:28:14 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
fe32d33314224849d859fd1b62cb0599846e924a
fe32d333
1 parent
efb9ed0b
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/infoloop/tianting/service/impl/LoginServiceImpl.java
src/main/java/com/infoloop/tianting/service/impl/LoginServiceImpl.java
View file @
fe32d33
...
...
@@ -66,7 +66,7 @@ public class LoginServiceImpl implements LoginService {
}
else
{
mpAccountId
=
mpAccountByOpenId
.
getId
();
}
Assert
.
isTrue
(
mpAccountId
=
=
0
,
"创建小程序账号失败"
);
Assert
.
isTrue
(
mpAccountId
!
=
0
,
"创建小程序账号失败"
);
StpUtil
.
login
(
mpAccountId
,
SaLoginModel
.
create
()
.
setExtra
(
CommonConstants
.
ENTERPRISE_ID
,
loginDto
.
getEnterpriseId
())
.
setExtra
(
CommonConstants
.
LOGIN_SOURCE
,
loginDto
.
getLoginSourceEnum
().
getValue
())
...
...
Please
register
or
login
to post a comment