Toggle navigation
Toggle navigation
This project
Loading...
Sign in
zyn
/
cjs-site
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
ye
2020-03-03 16:48:42 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3681459f35fa353f2df88f6595e06511732071a4
3681459f
1 parent
62afabfc
登录修改。
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/main/java/com/cjs/site/biz/user/account/PassportBiz.java
src/main/java/com/cjs/site/biz/user/account/PassportBiz.java
View file @
3681459
...
...
@@ -156,9 +156,9 @@ public class PassportBiz {
Double
amount
=
pickPackDao
.
queryUserAmount
(
loginVO
.
getUsername
());
Integer
total
=
pickPackDao
.
queryUserStock
(
loginVO
.
getUsername
());
if
((
amount
==
null
||
amount
.
compareTo
(
0.0
)
<
1
)
&&(
total
==
null
||
total
<
1
)){
throw
new
ServiceException
(
"登录异常,请联系客服!谢谢!"
);
}
//
if((amount ==null || amount.compareTo(0.0) <1) &&(total==null || total <1)){
//
throw new ServiceException("登录异常,请联系客服!谢谢!");
//
}
return
userInfo
;
}
...
...
Please
register
or
login
to post a comment