Browse Source

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

曹鹤洋 1 year ago
parent
commit
24f042316e
1 changed files with 1 additions and 1 deletions
  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('工单_工艺资料')