退款密码校验修改
This commit is contained in:
parent
a9d0810d1a
commit
71b6cfe95c
|
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue