|
@@ -229,7 +229,7 @@ public class DistributionSellerServiceImpl extends ServiceImpl<DistributionSelle
|
|
|
}
|
|
|
if (!SecurityUtils.matchesPassword(password,sysUser.getPassword()))
|
|
|
{
|
|
|
- throw new BaseException("登录信息错误");
|
|
|
+ throw new BaseException("");
|
|
|
}
|
|
|
if(Validator.isEmpty(sysUser.getSellerId())){
|
|
|
throw new CustomException("非业务员无法登录");
|