Compare commits

..

No commits in common. "920028603f2bb47859650bc69d0bdcbd59dd5dd4" and "506ff8b12211c5964b3af26b97d5a1ba902f65ea" have entirely different histories.

1 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
-- 是否结算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 '调整天数';