slt_agreement_relation表增加是否提交字段

This commit is contained in:
liang.chao 2024-09-13 14:48:06 +08:00
parent c47a73956d
commit 98cde955b3
2 changed files with 3 additions and 2 deletions

View File

@ -1,2 +0,0 @@
--xxx

View File

@ -0,0 +1,3 @@
alter table slt_agreement_relation
add is_commit int default 0 null comment '默认为01: 驳回完之后已经提交过了';