From 169f99a17778f38def94b4a71c582a463a38fce8 Mon Sep 17 00:00:00 2001
From: xueqingkun <xueqingkun@126.com>
Date: Tue, 11 Jun 2024 10:41:47 +0800
Subject: [PATCH] =?UTF-8?q?1:=20vp=5Fmedical=5Frec=20=E6=B7=BB=E5=8A=A0sta?=
 =?UTF-8?q?tus=E5=AD=97=E6=AE=B5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 docker/v3.0.0/step1.sql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/v3.0.0/step1.sql b/docker/v3.0.0/step1.sql
index bc659675..bbc0d2f2 100644
--- a/docker/v3.0.0/step1.sql
+++ b/docker/v3.0.0/step1.sql
@@ -90,4 +90,4 @@ alter table vp_process
     add evaluate_remark varchar(1024) null comment '评价备注内容';
 
 alter table vp_medical_rec
-    add status integer null comment '上线状态 1:未上线 2:已经上线   状态为未上线且病历未出现在vp_process表中使用可以进行删除' after medical_record_ai;
\ No newline at end of file
+    add status integer default 1 null comment '上线状态 1:未上线 2:已经上线   状态为未上线且病历未出现在vp_process表中使用可以进行删除' after medical_record_ai;
\ No newline at end of file