Browse Source

日产量

qiuenguang 1 year ago
parent
commit
1a633702f7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      application/api/controller/Facility.php

+ 1 - 0
application/api/controller/Facility.php

@@ -121,6 +121,7 @@ class Facility extends Api
             }
             $process = \db('工单_工艺资料')
                 ->where('Gy0_gdbh',$value['工单编号'])
+                ->where('Gy0_yjno',$value['yjno'])
                 ->where('Gy0_gxh',$value['gxh'])
                 ->field('rtrim(工价系数) as 工价系数,rtrim(印刷方式) as 印刷方式,rtrim(版距) as 版距')
                 ->find();