fix 修复 流程重新提交报错问题

This commit is contained in:
疯狂的狮子Li
2025-08-19 18:02:03 +08:00
parent 29af0a1423
commit 50fd75bfdd
4 changed files with 11 additions and 8 deletions

View File

@@ -56,4 +56,4 @@ create table flow_instance_biz_ext (
) ENGINE = InnoDB COMMENT '流程实例业务扩展表';
ALTER TABLE `test_leave`
ADD COLUMN `apply_code` varchar(50) NULL DEFAULT NULL COMMENT '申请编号' AFTER `tenant_id`;
ADD COLUMN `apply_code` varchar(50) NOT NULL COMMENT '申请编号' AFTER `tenant_id`;