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