修改退款判断值
This commit is contained in:
parent
c2555d890f
commit
77fa9ac80f
|
|
@ -1092,7 +1092,7 @@ public class PayService {
|
|||
TbShopInfo shopInfo = tbShopInfoMapper.selectByPrimaryKey(Integer.valueOf(orderInfo.getShopId()));
|
||||
|
||||
|
||||
if ("0".equals(shopInfo.getIsReturn())) {
|
||||
if ("1".equals(shopInfo.getIsReturn())) {
|
||||
if (ObjectUtil.isEmpty(pwd)) {
|
||||
return Result.fail(CodeEnum.PARAM);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue