xieruidong 2 năm trước cách đây
mục cha
commit
1cf2ddae73
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      application/admin/controller/Goods.php

+ 1 - 0
application/admin/controller/Goods.php

@@ -249,6 +249,7 @@ class Goods extends Backend
         $goodsNum=OrderInfo::filterDate($timeArr)
             ->where('goods_id',$row['id'])
             ->sum('num');
+        dd($goodsNum);
         $svcNum=Refund::whereBetween('create_time',$timeArr)
             ->where('goods_id',$row['id'])
             ->filterRefund()