Compare commits

..

2 Commits

Author SHA1 Message Date
liang.chao 920028603f Merge remote-tracking branch 'origin/dev' into dev 2024-08-06 18:28:50 +08:00
liang.chao b01d215771 重庆sql 2024-08-06 18:28:37 +08:00
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
-- 是否结算0 未结算 1已结算
alter table bm_agreement_info
add is_slt int default 0 null comment '是否结算0 未结算 1已结算';
-- 调整天数
alter table slt_agreement_info
add trim_day int null comment '调整天数';