Commit f5157195 authored by 温海元's avatar 温海元

add keystone.sql to fix the price issue

parent 1dc0319c
select count(*) from kdsp.t_sku_info k inner JOIN keystone.product_item p where k.sku_no = p.id and k.sale_price != p.sale_price;
UPDATE kdsp.t_sku_info k, keystone.product_item p SET k.sale_price= p.sale_price WHERE k.sku_no = p.id;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment