Index: ssts-datasync-default-impl/src/main/java/com/forgon/disinfectsystem/datasynchronization/dao/szsdsrmyy/MedicalConsumablesDaoImpl.java =================================================================== diff -u -r40302 -r40920 --- ssts-datasync-default-impl/src/main/java/com/forgon/disinfectsystem/datasynchronization/dao/szsdsrmyy/MedicalConsumablesDaoImpl.java (.../MedicalConsumablesDaoImpl.java) (revision 40302) +++ ssts-datasync-default-impl/src/main/java/com/forgon/disinfectsystem/datasynchronization/dao/szsdsrmyy/MedicalConsumablesDaoImpl.java (.../MedicalConsumablesDaoImpl.java) (revision 40920) @@ -54,8 +54,8 @@ try { String inputXml = WebServiceClientHelper.buildInputString(DatasyncConstant.MethodName_GetMedicalConsumables, optNo, barcodeType, barcode); logger.info("医用耗材信息接口请求信息:" + inputXml); - //String result = WebServiceClientHelper.doPostSoap1_2(getWebserviceAddress(), inputXml, ""); - String result = "" + String result = WebServiceClientHelper.doPostSoap1_2(getWebserviceAddress(), inputXml, ""); + /* String result = "" + "" + "" + "操作单号" @@ -88,7 +88,7 @@ + "预留字段5" + "" + "" - + ""; + + ""; */ logger.info("医用耗材信息接口返回信息:" + result); if(StringUtils.isBlank(result)){ throw new RuntimeException("医用耗材信息接口返回信息为空!");