|
|
@@ -217,7 +217,14 @@ class MountHours extends Api
|
|
|
$sql = \db('设备_装版工时')
|
|
|
->where('Uniqid', $param['Uniqid'])
|
|
|
->fetchSql(true)
|
|
|
- ->update(['coefficient' => $coefficient, 'leaderConfirm' => $leaderConfirm, 'leader' => $leader]);
|
|
|
+ ->update([
|
|
|
+ 'coefficient' => $coefficient,
|
|
|
+ 'leaderConfirm' => $leaderConfirm,
|
|
|
+ 'leader' => $leader,
|
|
|
+ '换版总工时' => $param['换版总工时'],
|
|
|
+ '换版联拼数' => $param['换版联拼数'],
|
|
|
+ '换版类型' => $param['换版类型']
|
|
|
+ ]);
|
|
|
$res = \db()->query($sql);
|
|
|
if ($res !== false) {
|
|
|
$this->success('确认成功');
|