修改退款判断值

This commit is contained in:
牛叉闪闪 2024-09-09 09:50:31 +08:00
parent c2555d890f
commit 77fa9ac80f
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}