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