获取医学分类标签详情
This commit is contained in:
@@ -103,6 +103,7 @@ public class BuyOrderServiceImpl extends ServiceImpl<BuyOrderDao, BuyOrder> impl
|
||||
public List<Map<String,Object>> getBuyOrderNumByStatus(Map params) {
|
||||
MPJLambdaWrapper<BuyOrder> wrapper = new MPJLambdaWrapper<BuyOrder>();
|
||||
wrapper.eq(BuyOrder::getUserId,params.get("userId"));
|
||||
wrapper.eq(BuyOrder::getCome,params.get("come"));
|
||||
wrapper.select(BuyOrder::getOrderStatus);
|
||||
wrapper.select("count(1) as num");
|
||||
wrapper.groupBy(BuyOrder::getOrderStatus);
|
||||
|
||||
Reference in New Issue
Block a user