cqp 3 ヶ月 前
コミット
ddce08e76f
1 ファイル変更1 行追加0 行削除
  1. 1 0
      app/Service/EquipmentService.php

+ 1 - 0
app/Service/EquipmentService.php

@@ -224,6 +224,7 @@ class EquipmentService extends Service
 
     public function getDeviceList($index = "title", $value = "code"){
         $deviceList = Equipment::where('del_time',0)
+            ->where('model','<>',1)
             ->select('id','title','code')
             ->get()->toArray();