fix(MemberReportMapper): 修复产品销售统计接口报错问题
This commit is contained in:
parent
aeeb704d65
commit
ac582f5ac1
|
@ -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