Sfoglia il codice sorgente

发货记录汇总

dong025 1 giorno fa
parent
commit
4b78b01cbc
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app/admin/controller/shop/ShopDelivery.php

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