Commit e8820b96 authored by huyf's avatar huyf

海运应收汇总bug

parent 3a96e170
...@@ -69,3 +69,6 @@ alter table `ecw_order` ...@@ -69,3 +69,6 @@ alter table `ecw_order`
-- 2024-07-25 刷新订单业绩客户新老客户状态冗余参数 -- 2024-07-25 刷新订单业绩客户新老客户状态冗余参数
update ecw_order o left join ecw_customer c on c.id = o.customer_id set o.yeji_type = IFNULL(c.is_new, 1); update ecw_order o left join ecw_customer c on c.id = o.customer_id set o.yeji_type = IFNULL(c.is_new, 1);
-- 2027-08-07 仓库路线新增落款信息和图章名称
alter table ecw_warehouse_line add column lk_left varchar(600) COMMENT '左侧落款',add column lk_right varchar(600) COMMENT '右侧落款',add column tz_name varchar(255) COMMENT '图章名称';
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