ye

登录修改。

......@@ -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;
}
......