付款查询限制

This commit is contained in:
2025-08-01 10:53:33 +08:00
parent 41269572c7
commit 6f4c7f605a
4 changed files with 5 additions and 5 deletions

View File

@@ -133,8 +133,8 @@ public class OrderBiz {
return priceObj;
}
public OrderEntity hasTypeOrder(Long userId, Long scenicId, int orderType, Integer configId) {
OrderEntity orderEntity = orderMapper.queryTypeOrder(userId, scenicId, orderType, configId);
public OrderEntity hasTypeOrder(Long userId, Long faceId, Long scenicId, int orderType, Integer configId) {
OrderEntity orderEntity = orderMapper.queryTypeOrder(userId, faceId, scenicId, orderType, configId);
if (orderEntity == null) {
return null;
}