username@email.com
2024-05-17 a9d26b7c151f2727c9dc06a8236f2cf45a765cda
1
2
--更新商品编码分隔符
UPDATE dbo.CoreCmsGoods SET spesDesc = REPLACE(spesDesc, '.', '&&'), parameters = REPLACE(parameters, '.', '&&'), newSpec = REPLACE(newSpec, '.', '&&');