退款密码校验修改
This commit is contained in:
@@ -1124,7 +1124,7 @@ public class PayService {
|
|||||||
TbShopInfo shopInfo = tbShopInfoMapper.selectByPrimaryKey(Integer.valueOf(orderInfo.getShopId()));
|
TbShopInfo shopInfo = tbShopInfoMapper.selectByPrimaryKey(Integer.valueOf(orderInfo.getShopId()));
|
||||||
|
|
||||||
|
|
||||||
if ("0".equals(shopInfo.getIsReturn())) {
|
if ("1".equals(shopInfo.getIsReturn())) {
|
||||||
if (ObjectUtil.isEmpty(pwd)) {
|
if (ObjectUtil.isEmpty(pwd)) {
|
||||||
return Result.fail(CodeEnum.PARAM);
|
return Result.fail(CodeEnum.PARAM);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user