Commit 6bd2afaa authored by shiyu's avatar shiyu

代码整合2

parent bc49d0e1
...@@ -75,12 +75,6 @@ public interface DistributionOrderMapper { ...@@ -75,12 +75,6 @@ public interface DistributionOrderMapper {
*/ */
List<DistributionOrderNum> countGroupByStateForDistributor(@Param("sellerId")Long distributorId); List<DistributionOrderNum> countGroupByStateForDistributor(@Param("sellerId")Long distributorId);
/**
* 统计分销商各状态的订单数量
* @param distributorId
* @return
*/
List<DistributionOrderNum> countGroupByStateForCollector(@Param("sellerId")Long userId);
/** /**
* 统计分销商各状态的订单数量 * 统计分销商各状态的订单数量
* @param userId * @param userId
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment