fix(MemberReportMapper): 修复产品销售统计接口报错问题
This commit is contained in:
parent
e427db4b7a
commit
6c23a96921
|
@ -138,7 +138,7 @@ public interface MemberReportMapper {
|
|||
/**
|
||||
* 出货明细汇总统计详情
|
||||
*/
|
||||
List<ProductShippingDetailsVO> listProductShippingDetail(@Param("param)") ProductShippingParam param);
|
||||
List<ProductShippingDetailsVO> listProductShippingDetail(@Param("param") ProductShippingParam param);
|
||||
|
||||
/**
|
||||
* 报单汇总
|
||||
|
|
Loading…
Reference in New Issue