Index: ssts-web/src/main/resources/config/dgfy/mybatis/SyncOrgUnitAndUserMapper.xml =================================================================== diff -u -r19654 -r19741 --- ssts-web/src/main/resources/config/dgfy/mybatis/SyncOrgUnitAndUserMapper.xml (.../SyncOrgUnitAndUserMapper.xml) (revision 19654) +++ ssts-web/src/main/resources/config/dgfy/mybatis/SyncOrgUnitAndUserMapper.xml (.../SyncOrgUnitAndUserMapper.xml) (revision 19741) @@ -2,28 +2,21 @@ - + \ No newline at end of file Index: ssts-web/src/main/resources/config/dgfy/mybatis/FindPatientInfoByHospitalNumMapper.xml =================================================================== diff -u -r19654 -r19741 --- ssts-web/src/main/resources/config/dgfy/mybatis/FindPatientInfoByHospitalNumMapper.xml (.../FindPatientInfoByHospitalNumMapper.xml) (revision 19654) +++ ssts-web/src/main/resources/config/dgfy/mybatis/FindPatientInfoByHospitalNumMapper.xml (.../FindPatientInfoByHospitalNumMapper.xml) (revision 19741) @@ -2,38 +2,21 @@ + - + - - + \ No newline at end of file Index: ssts-web/src/main/resources/config/dgfy/mybatis/FindPatientInfoByTreatmentNumMapper.xml =================================================================== diff -u -r19654 -r19741 --- ssts-web/src/main/resources/config/dgfy/mybatis/FindPatientInfoByTreatmentNumMapper.xml (.../FindPatientInfoByTreatmentNumMapper.xml) (revision 19654) +++ ssts-web/src/main/resources/config/dgfy/mybatis/FindPatientInfoByTreatmentNumMapper.xml (.../FindPatientInfoByTreatmentNumMapper.xml) (revision 19741) @@ -5,18 +5,12 @@ - + \ No newline at end of file Index: ssts-web/src/main/resources/spring/projects/dgfy/timer.xml =================================================================== diff -u -r19654 -r19741 --- ssts-web/src/main/resources/spring/projects/dgfy/timer.xml (.../timer.xml) (revision 19654) +++ ssts-web/src/main/resources/spring/projects/dgfy/timer.xml (.../timer.xml) (revision 19741) @@ -65,9 +65,9 @@ - + Index: ssts-web/src/main/resources/spring/projects/dgfy/HIS.xml =================================================================== diff -u -r19654 -r19741 --- ssts-web/src/main/resources/spring/projects/dgfy/HIS.xml (.../HIS.xml) (revision 19654) +++ ssts-web/src/main/resources/spring/projects/dgfy/HIS.xml (.../HIS.xml) (revision 19741) @@ -1,14 +1,20 @@  + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xmlns:context="http://www.springframework.org/schema/context" + xmlns:tx="http://www.springframework.org/schema/tx" + xmlns:p="http://www.springframework.org/schema/p" + xmlns:aop="http://www.springframework.org/schema/aop" + xmlns:util="http://www.springframework.org/schema/util" + xsi:schemaLocation="http://www.springframework.org/schema/beans + http://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/tx + http://www.springframework.org/schema/tx/spring-tx.xsd + http://www.springframework.org/schema/context + http://www.springframework.org/schema/context/spring-context.xsd + http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd + http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop.xsd" + default-autowire="byName" default-lazy-init="true"> @@ -45,18 +51,19 @@ - - - - + destroy-method="close"> + + + + - - + + value="com.forgon.disinfectsystem.datasynchronization.dao.SyncOrgUnitAndUserDao" /> @@ -65,13 +72,13 @@ - - --> + - + + - + @@ -81,26 +88,19 @@ - - - - - - - - - + + - + + + \ No newline at end of file