|
|
@@ -1383,8 +1383,8 @@ class Product extends Api
|
|
|
// $updateResult = Db::name('产品_工艺资料')
|
|
|
// ->where('UniqID', $uniqId)
|
|
|
// ->update($updateData);
|
|
|
-
|
|
|
- $sql = \db('产品_工艺资料')->where('UniqID',$UniqId)->fetchSql(true)->update($params);
|
|
|
+
|
|
|
+ $sql = \db('产品_工艺资料')->where('UniqID',$uniqId)->fetchSql(true)->update($params);
|
|
|
$updateResult = Db::query($sql);
|
|
|
|
|
|
// 10. 检查更新结果
|