Explorar o código

修改病人信息和配置信息

zhoutg %!s(int64=5) %!d(string=hai) anos
pai
achega
2360fc6bfe
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      docs/029.20200109模板新需求/init.sql

+ 3 - 1
docs/029.20200109模板新需求/init.sql

@@ -75,4 +75,6 @@ insert into icss_folder_mapping(`template_id`,`creator`,`modifier`,`folder_id`)
 
 update `sys-tran`.`tran_doctor_info` set id=CONCAT('-',id)  where hospital_code = 'LT';
 update `sys-tran`.`tran_hospital_info` set id=CONCAT('-',id)  where code = 'LT';
-update `sys-tran`.`tran_hospital_dept` set id=CONCAT('-',id)  where hospital_code = 'LT';
+update `sys-tran`.`tran_hospital_dept` set id=CONCAT('-',id)  where hospital_code = 'LT';
+update `sys-tran`.`tran_patient_info` set id=CONCAT('-',id)  where hospital_code = 'LT';
+update `sys-tran`.`tran_sys_set` set id=-1  where `code` = 'template_admin';