Commit 9600ec63 authored by shiyu's avatar shiyu

测试2

parent 44864694
...@@ -142,13 +142,6 @@ public interface DistributionOrderDao { ...@@ -142,13 +142,6 @@ public interface DistributionOrderDao {
*/ */
List<DistributionOrderNum> countGroupByStateForDistributor(long distributorId); List<DistributionOrderNum> countGroupByStateForDistributor(long distributorId);
/**
* 统计藏家各状态的订单数量
* @param userId
* @return
*/
List<DistributionOrderNum> countGroupByStateForCollector(long 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