Commit a0e8790a by 仲光辉

feat: add sql.

parent 2a5f0a1b
# # 2022.05.25
# # 2022.05.25
......@@ -5738,6 +5738,11 @@ alter table opportunity
alter table opportunity
add level_two_intermediary_channel_category_name varchar(50) null comment ' 二级分类名称 intermediary_channel_category#name';
alter table bill_operation_record
modify type int(1) not null comment '类型:1:解除流水 2: 一键结清 3:退租 4:关闭账单 5:减免滞纳金 6:解除流水并关闭账单 7:取消收取滞纳金 8:取消减免滞纳金 9:收取滞纳金';
......
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