|
|
@@ -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();
|