LAPTOP-KB9HII50\70708 2 年之前
父節點
當前提交
686d01b074
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      common/common-entity/sql/sql记录

+ 4 - 0
common/common-entity/sql/sql记录

@ -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';