@@ -51,7 +51,7 @@ class ShopDelivery extends Backend
->withJoin($with,'left')
->where($where)
->field('sum(num) total_num, sum(weigh) total_weigh, sum(total_price) total_price')
- ->group('shop_delivery.id')
+ // ->group('shop_delivery.id')
->select()
->toArray();