Index: ssts-web/src/main/webapp/disinfectsystem/config/kpszxyy/interfaces/mybatis/FindPatientInfoByHospitalNumMapper.xml =================================================================== diff -u --- ssts-web/src/main/webapp/disinfectsystem/config/kpszxyy/interfaces/mybatis/FindPatientInfoByHospitalNumMapper.xml (revision 0) +++ ssts-web/src/main/webapp/disinfectsystem/config/kpszxyy/interfaces/mybatis/FindPatientInfoByHospitalNumMapper.xml (revision 28215) @@ -0,0 +1,41 @@ + + + + + + + + + + + \ No newline at end of file Index: ssts-web/src/main/webapp/disinfectsystem/config/kpszxyy/interfaces/mybatis/syncToHERP_Mapper.xml =================================================================== diff -u --- ssts-web/src/main/webapp/disinfectsystem/config/kpszxyy/interfaces/mybatis/syncToHERP_Mapper.xml (revision 0) +++ ssts-web/src/main/webapp/disinfectsystem/config/kpszxyy/interfaces/mybatis/syncToHERP_Mapper.xml (revision 28215) @@ -0,0 +1,140 @@ + + + + + + (serialNumber,departCoding,time,operator,type) + + + + INSERT INTO Write_Back + + VALUES + ( + #{serialNumber} + , #{departCoding} + , #{time} + , #{operator} + , #{type} + ) + + + + INSERT INTO Write_Back + + VALUES + ( + #{serialNumber} + , #{departCoding} + , #{time} + , #{operator} + , '22' + ) + + + + INSERT INTO Write_Back + + VALUES + ( + #{serialNumber} + , #{departCoding} + , #{time} + , #{operator} + , '14' + ) + + + + + INSERT INTO Write_Back + + VALUES + ( + #{serialNumber} + , #{departCoding} + , #{time} + , #{operator} + , '2' + ) + + + + INSERT INTO Write_Back_Item + (writeBackEntryId,inventorySerialNumber,batchNumber,expDate,amount,unitPrice,fluctuationUnitPrice) + + SELECT #{item.writeBackEntryId} + , #{item.inventorySerialNumber} + , #{item.batchNumber} + , #{item.expDate} + , #{item.amount} + , #{item.unitPrice} + , #{item.fluctuationUnitPrice} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file Index: ssts-web/src/main/webapp/disinfectsystem/config/kpszxyy/interfaces/mybatis/syncFromHERP_Mapper.xml =================================================================== diff -u --- ssts-web/src/main/webapp/disinfectsystem/config/kpszxyy/interfaces/mybatis/syncFromHERP_Mapper.xml (revision 0) +++ ssts-web/src/main/webapp/disinfectsystem/config/kpszxyy/interfaces/mybatis/syncFromHERP_Mapper.xml (revision 28215) @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file Index: ssts-web/src/main/webapp/disinfectsystem/config/kpszxyy/interfaces/mybatis/SyncOrgUnitAndUserMapper.xml =================================================================== diff -u --- ssts-web/src/main/webapp/disinfectsystem/config/kpszxyy/interfaces/mybatis/SyncOrgUnitAndUserMapper.xml (revision 0) +++ ssts-web/src/main/webapp/disinfectsystem/config/kpszxyy/interfaces/mybatis/SyncOrgUnitAndUserMapper.xml (revision 28215) @@ -0,0 +1,26 @@ + + + + + + + + + + \ No newline at end of file Index: ssts-web/src/main/webapp/disinfectsystem/config/kpszxyy/interfaces/mybatis/FindPatientInfoByTreatmentNumMapper.xml =================================================================== diff -u --- ssts-web/src/main/webapp/disinfectsystem/config/kpszxyy/interfaces/mybatis/FindPatientInfoByTreatmentNumMapper.xml (revision 0) +++ ssts-web/src/main/webapp/disinfectsystem/config/kpszxyy/interfaces/mybatis/FindPatientInfoByTreatmentNumMapper.xml (revision 28215) @@ -0,0 +1,22 @@ + + + + + + + + \ No newline at end of file