fix: bug修复
This commit is contained in:
@@ -222,10 +222,10 @@ class ReceiveSync extends Base
|
||||
$record['cid'] = $category_id;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// 不更新产品名称
|
||||
unset($record['name']);
|
||||
|
||||
|
||||
$record['updatetime'] = time();
|
||||
$ok = $query->name('product')->where('id', '=', $mp['id'])->update($record);
|
||||
if (!$ok) {
|
||||
|
||||
Reference in New Issue
Block a user