Browse Source

Merge remote-tracking branch 'origin/dev/icss20200109_template' into dev/icss20200109_template

gaodm 5 năm trước cách đây
mục cha
commit
c0e83ef5e7
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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';