Quellcode durchsuchen

机台日报表新增相关接口优化

曹鹤洋 vor 1 Jahr
Ursprung
Commit
24f042316e
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      application/api/controller/MachineProductionReport.php

+ 1 - 1
application/api/controller/MachineProductionReport.php

@@ -570,7 +570,7 @@ class MachineProductionReport extends Api
         if (isset($req['keyword']) && !empty($req['keyword'])){
             $keyword = $req['keyword'];
         }else{
-            $keyword = '拆片';
+            $keyword = '';
         }
 
         $rows = db('工单_工艺资料')