参数序列化问题

This commit is contained in:
gong
2025-12-18 17:32:11 +08:00
parent 167831c51a
commit 2deaf310d9
11 changed files with 267 additions and 43 deletions

View File

@@ -20,7 +20,7 @@ public interface GbOrderMapper extends BaseMapper<GbOrder> {
GbOrderCountVO countOrder(@Param("param") GbOrderQueryParam param);
List<GbOrderDetailVO> getGbOrderPage(@Param("param")GbOrderQueryParam param, Long shopId, Long mainShopId);
List<GbOrderDetailVO> getGbOrderPage(@Param("param") GbOrderQueryParam param, Long shopId, Long mainShopId);
GbOrderDetailVO getDetailByDetailId(Long mainShopId, Long shopId, Long detailId);