cqpCow 1 éve
szülő
commit
7a9d99df81
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      app/Service/ConstructionService.php

+ 1 - 0
app/Service/ConstructionService.php

@@ -543,6 +543,7 @@ class ConstructionService extends Service
         }
         if(! empty($data['install_method'])) $model->where('install_method',$data['install_method']);
         if(! empty($data['install_position'])) $model->where('install_position',$data['install_position']);
+        if(! empty($data['order_number'])) $model->where('order_number', 'LIKE', '%'.$data['order_number'].'%');
 
         $list = $this->limit($model,'',$data);
         $list = $this->fillData($list);