mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2026-03-25 22:47:20 +08:00
【优化】取消sku货品货号必须包含【SN】的限制。
【调整】调整Sku切割方式,将小写逗号【.】,替换为【&&】;同时更新表【CoreCmsGoods】内数据,请大家执行sql脚本更新存储的sku数据。
This commit is contained in:
1
数据库/MySql/20221104/更新脚本.txt
Normal file
1
数据库/MySql/20221104/更新脚本.txt
Normal file
@@ -0,0 +1 @@
|
||||
UPDATE dbo.CoreCmsGoods SET spesDesc = REPLACE(spesDesc, '.', '&&'), parameters = REPLACE(parameters, '.', '&&'), newSpec = REPLACE(newSpec, '.', '&&');
|
||||
Reference in New Issue
Block a user