Index: ssts-web/src/main/webapp/disinfectsystem/config/fjsssyy/interfaces/mybatis/SyncOrgUnitAndUserMapper.xml =================================================================== diff -u -r27991 -r28099 --- ssts-web/src/main/webapp/disinfectsystem/config/fjsssyy/interfaces/mybatis/SyncOrgUnitAndUserMapper.xml (.../SyncOrgUnitAndUserMapper.xml) (revision 27991) +++ ssts-web/src/main/webapp/disinfectsystem/config/fjsssyy/interfaces/mybatis/SyncOrgUnitAndUserMapper.xml (.../SyncOrgUnitAndUserMapper.xml) (revision 28099) @@ -7,20 +7,22 @@ \ No newline at end of file Index: ssts-web/src/main/webapp/disinfectsystem/config/fjsssyy/interfaces/mybatis/FindPatientInfoByTreatmentNumMapper.xml =================================================================== diff -u -r27991 -r28099 --- ssts-web/src/main/webapp/disinfectsystem/config/fjsssyy/interfaces/mybatis/FindPatientInfoByTreatmentNumMapper.xml (.../FindPatientInfoByTreatmentNumMapper.xml) (revision 27991) +++ ssts-web/src/main/webapp/disinfectsystem/config/fjsssyy/interfaces/mybatis/FindPatientInfoByTreatmentNumMapper.xml (.../FindPatientInfoByTreatmentNumMapper.xml) (revision 28099) @@ -12,9 +12,9 @@ h.patientAge patientAge, h.patientSex patientSex, h.patientIDCard patientIDCard, - '' doctorName, + h.doctorName doctorName, '' operation - FROM CSSD_ClinicNumber h + FROM v_gys_mzbrxx h WHERE h.clinicNumber = #{treatmentNum} ]]> Index: ssts-web/src/main/webapp/disinfectsystem/config/fjsssyy/interfaces/mybatis/FindPatientInfoByHospitalNumMapper.xml =================================================================== diff -u -r27991 -r28099 --- ssts-web/src/main/webapp/disinfectsystem/config/fjsssyy/interfaces/mybatis/FindPatientInfoByHospitalNumMapper.xml (.../FindPatientInfoByHospitalNumMapper.xml) (revision 27991) +++ ssts-web/src/main/webapp/disinfectsystem/config/fjsssyy/interfaces/mybatis/FindPatientInfoByHospitalNumMapper.xml (.../FindPatientInfoByHospitalNumMapper.xml) (revision 28099) @@ -13,9 +13,8 @@ h.patientSex patientSex, h.patientIDCard patientIDCard, h.doctorName doctorName, - h.operation operation, - convert(varchar,h.operationTime,120) operationTime - FROM CSSD_HospitalNumber h + '' operation + FROM v_gys_zybrxx h WHERE h.hospitalNumber = #{hospitalNum} ]]> @@ -29,9 +28,8 @@ h.patientSex patientSex, h.patientIDCard patientIDCard, h.doctorName doctorName, - h.operation operation, - convert(varchar,h.operationTime,120) operationTime - FROM CSSD_HospitalNumber h + '' operation + FROM v_gys_zybrxx h WHERE h.hospitalNumber = #{hospitalNum} ]]>