dong025 2 өдөр өмнө
parent
commit
4b78b01cbc

+ 1 - 1
app/admin/controller/shop/ShopDelivery.php

@@ -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();