Showing
1 changed file
with
3 additions
and
3 deletions
... | @@ -156,9 +156,9 @@ public class PassportBiz { | ... | @@ -156,9 +156,9 @@ public class PassportBiz { |
156 | 156 | ||
157 | Double amount = pickPackDao.queryUserAmount(loginVO.getUsername()); | 157 | Double amount = pickPackDao.queryUserAmount(loginVO.getUsername()); |
158 | Integer total = pickPackDao.queryUserStock(loginVO.getUsername()); | 158 | Integer total = pickPackDao.queryUserStock(loginVO.getUsername()); |
159 | - if((amount ==null || amount.compareTo(0.0) <1) &&(total==null || total <1)){ | 159 | +// if((amount ==null || amount.compareTo(0.0) <1) &&(total==null || total <1)){ |
160 | - throw new ServiceException("登录异常,请联系客服!谢谢!"); | 160 | +// throw new ServiceException("登录异常,请联系客服!谢谢!"); |
161 | - } | 161 | +// } |
162 | return userInfo; | 162 | return userInfo; |
163 | } | 163 | } |
164 | 164 | ... | ... |
-
Please register or login to post a comment