Compare commits

..

2 Commits

@ -28534,7 +28534,7 @@ select @Id";
var sql = @" var sql = @"
if(@id>0) if(@id>0)
begin 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 end
else else
begin begin

Loading…
Cancel
Save