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