|
|
@@ -2215,7 +2215,7 @@ class Facility extends Api
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * 色度系数修改
|
|
|
+ * 凹印版距修改
|
|
|
* @return void
|
|
|
* @throws \think\Exception
|
|
|
* @throws \think\db\exception\BindParamException
|
|
|
@@ -2232,7 +2232,7 @@ class Facility extends Api
|
|
|
}
|
|
|
$idList = explode(',',$params['id']);
|
|
|
//获取工单印件工序
|
|
|
- $orderList = \db('工单_产量计酬')
|
|
|
+ $orderList = \db('设备_产量计酬')
|
|
|
->where('UniqId',$idList[0])
|
|
|
->field('rtrim(sczl_gdbh) as 工单编号,rtrim(sczl_yjno) as 印件号,rtrim(sczl_gxh) as 工序号')
|
|
|
->find();
|