|
@ -2426,3 +2426,7 @@ CREATE TABLE `base_check_org` (
|
|
|
|
|
|
-- 2022-12-23 ysj
|
|
|
alter table wlyy_outpatient add column is_positive tinyint(1) DEFAULT NULL comment '是否新冠阳性 1是0否';
|
|
|
|
|
|
-- 2022-12-27 ysj wlyy_specialist
|
|
|
alter table wlyy_patient_rehabilitation_plan add column patient_info_code varchar(50) DEFAULT NULL COMMENT '自动下转关联code';
|
|
|
alter table wlyy_patient_rehabilitation_plan add column third_org_code varchar(50) DEFAULT NULL COMMENT '自动下转的医院code';
|