LAPTOP-KB9HII50\70708 2 gadi atpakaļ
vecāks
revīzija
686d01b074
1 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  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';