Index: ssts-web/src/main/resources/config/kpszxyy/mybatis/syncToHERP_Mapper.xml =================================================================== diff -u --- ssts-web/src/main/resources/config/kpszxyy/mybatis/syncToHERP_Mapper.xml (revision 0) +++ ssts-web/src/main/resources/config/kpszxyy/mybatis/syncToHERP_Mapper.xml (revision 21298) @@ -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/resources/config/kpszxyy/writeBackInventoryConfig.json =================================================================== diff -u --- ssts-web/src/main/resources/config/kpszxyy/writeBackInventoryConfig.json (revision 0) +++ ssts-web/src/main/resources/config/kpszxyy/writeBackInventoryConfig.json (revision 21298) @@ -0,0 +1,6 @@ +{ + "发货一次性物品回写": false, + "退货一次性物品回写": false, + "一次性物品退库单回写": false, + "供应室领用一次性物品回写": false +} \ No newline at end of file Index: ssts-web/src/main/resources/config/kpszxyy/mybatis/FindPatientInfoByHospitalNumMapper.xml =================================================================== diff -u --- ssts-web/src/main/resources/config/kpszxyy/mybatis/FindPatientInfoByHospitalNumMapper.xml (revision 0) +++ ssts-web/src/main/resources/config/kpszxyy/mybatis/FindPatientInfoByHospitalNumMapper.xml (revision 21298) @@ -0,0 +1,41 @@ + + + + + + + + + + + \ No newline at end of file Index: ssts-web/src/main/resources/config/kpszxyy/mybatis/SyncOrgUnitAndUserMapper.xml =================================================================== diff -u --- ssts-web/src/main/resources/config/kpszxyy/mybatis/SyncOrgUnitAndUserMapper.xml (revision 0) +++ ssts-web/src/main/resources/config/kpszxyy/mybatis/SyncOrgUnitAndUserMapper.xml (revision 21298) @@ -0,0 +1,26 @@ + + + + + + + + + + \ No newline at end of file Index: ssts-web/src/main/resources/spring/projects/kpszxyy/applicationContext-his.xml =================================================================== diff -u --- ssts-web/src/main/resources/spring/projects/kpszxyy/applicationContext-his.xml (revision 0) +++ ssts-web/src/main/resources/spring/projects/kpszxyy/applicationContext-his.xml (revision 21298) @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + + + + + + + + PROPAGATION_REQUIRED,-Exception + + + + + + + + + + + + + + + + + + PROPAGATION_REQUIRED + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file Index: ssts-web/src/main/resources/config/kpszxyy/mybatis/FindPatientInfoByTreatmentNumMapper.xml =================================================================== diff -u --- ssts-web/src/main/resources/config/kpszxyy/mybatis/FindPatientInfoByTreatmentNumMapper.xml (revision 0) +++ ssts-web/src/main/resources/config/kpszxyy/mybatis/FindPatientInfoByTreatmentNumMapper.xml (revision 21298) @@ -0,0 +1,22 @@ + + + + + + + + \ No newline at end of file Index: ssts-web/src/main/resources/config/kpszxyy/mybatis/syncFromHERP_Mapper.xml =================================================================== diff -u --- ssts-web/src/main/resources/config/kpszxyy/mybatis/syncFromHERP_Mapper.xml (revision 0) +++ ssts-web/src/main/resources/config/kpszxyy/mybatis/syncFromHERP_Mapper.xml (revision 21298) @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file Index: ssts-web/src/main/resources/config/kpszxyy/dataSyncConfig.json =================================================================== diff -u --- ssts-web/src/main/resources/config/kpszxyy/dataSyncConfig.json (revision 0) +++ ssts-web/src/main/resources/config/kpszxyy/dataSyncConfig.json (revision 21298) @@ -0,0 +1,15 @@ +{ + "同步组织机构":{ + "默认父节点的编码" : "0", + "更新交集数据" : true, + "移除差集数据" : false + }, + "同步用户":{ + "默认父节点的编码" : "0", + "更新交集数据" : true, + "移除差集数据" : false, + "默认角色ID":[ + "ROLE_sqry_0" + ] + } +} \ No newline at end of file