ss преди 4 месеца
родител
ревизия
8af370a941
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  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');