Commit 88d23257 authored by 332784038@qq.com's avatar 332784038@qq.com

修正历史拆单子订单应收数据值的sql脚本修改

parent 1aada05f
-- 对于拆单订单品名的原收费数据同步拆单后的收费值一致,不保留母订单的收费值
update ecw_order_item set receivable_sea_freight = 0, receivable_clearance_freight = 0, org_charge_num = 0,org_charge_quantity = 0, org_charge_weight = 0, org_charge_volume = 0 where order_no like('%-%') warehouse_in_info is not null and deleted = 0 and org_charge_num > 0;
\ No newline at end of file
update ecw_order_item set receivable_sea_freight = 0, receivable_clearance_freight = 0, org_charge_num = 0,org_charge_quantity = 0, org_charge_weight = 0, org_charge_volume = 0 where order_no like('%-%') AND warehouse_in_info is not null and deleted = 0 and org_charge_num > 0;
\ No newline at end of file
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