退款密码校验修改

This commit is contained in:
2024-09-07 00:19:49 +08:00
parent a9d0810d1a
commit 71b6cfe95c

View File

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