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