ss 9 tháng trước cách đây
mục cha
commit
8af370a941
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      application/api/controller/screen/Waste.php

+ 1 - 0
application/api/controller/screen/Waste.php

@@ -25,6 +25,7 @@ class Waste extends Index
         foreach ($list as $k=>$v){
             $record = Db::name('waste_record')
                 ->where('cateid',$v['id'])
+                ->where('org_id',$this->orgId)
                 ->where($map)
                 ->where('del',0)
                 ->sum('weight');