付款查询限制

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

@@ -52,7 +52,7 @@ public interface OrderMapper {
int updateOrderPrice(OrderEntity updateEntity);
int updateOrder(OrderEntity updateEntity);
OrderEntity queryTypeOrder(Long userId, Long scenicId, int orderType, Integer priceConfigId);
OrderEntity queryTypeOrder(Long userId, Long faceId, Long scenicId, int orderType, Integer priceConfigId);
OrderEntity getUserOrderItem(Long userId, Long scenicId, int orderType, Long configId, Integer goodsType, Long goodsId);