Compare commits

...

2 Commits

@ -28534,7 +28534,7 @@ select @Id";
var sql = @"
if(@id>0)
begin
update TemuShopGoodPrice set Shopid=@shopid ,spuid=@spuid,SKU=@sku,SalePrice=@salePrice,PostPrice=@PostPrice where id=@id
update TemuShopGoodPrice set Shopid=@shopid,spuid=@spuid,SKU=@sku,SalePrice=@salePrice,PostPrice=@PostPrice where id=@id
end
else
begin

Loading…
Cancel
Save