fix(MemberReportMapper): 修复产品销售统计接口报错问题

This commit is contained in:
woody 2025-08-08 14:38:32 +08:00 committed by cabbage
parent aeeb704d65
commit ac582f5ac1
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ public interface MemberReportMapper {
/** /**
* 出货明细汇总统计详情 * 出货明细汇总统计详情
*/ */
List<ProductShippingDetailsVO> listProductShippingDetail(@Param("param)") ProductShippingParam param); List<ProductShippingDetailsVO> listProductShippingDetail(@Param("param") ProductShippingParam param);
/** /**
* 报单汇总 * 报单汇总