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

remove keystone/

parent f5157195
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