支付密码
This commit is contained in:
parent
4c5fabfffb
commit
3d6bf6a0ae
|
|
@ -758,11 +758,6 @@ public class PayService {
|
|||
}
|
||||
|
||||
|
||||
if("0".equals(userInfo.getIsPwd())){
|
||||
return Result.fail("用户支付密码未设置");
|
||||
}
|
||||
|
||||
|
||||
TbShopInfo shopInfo= tbShopInfoMapper.selectByPrimaryKey(Integer.valueOf(shopId));
|
||||
if(ObjectUtil.isEmpty(shopInfo)){
|
||||
return Result.fail("对应的店铺信息不存在");
|
||||
|
|
|
|||
Loading…
Reference in New Issue