Index: ssts-gdsy-misc/src/main/java/com/forgon/disinfectsystem/inventorymanagement/gdsy/dao/WriteBackInventoryDaoImpl.java =================================================================== diff -u -r19508 -r19984 --- ssts-gdsy-misc/src/main/java/com/forgon/disinfectsystem/inventorymanagement/gdsy/dao/WriteBackInventoryDaoImpl.java (.../WriteBackInventoryDaoImpl.java) (revision 19508) +++ ssts-gdsy-misc/src/main/java/com/forgon/disinfectsystem/inventorymanagement/gdsy/dao/WriteBackInventoryDaoImpl.java (.../WriteBackInventoryDaoImpl.java) (revision 19984) @@ -143,9 +143,9 @@ */ @Override public String insertWriteBackForCommon(String xmlParam) { - JSONObject json = new JSONObject();json.put("success", true); - /*JSON json = WebServiceClientHelper.writeBackData(WebServiceClientHelper.OPSYSTEM, - WebServiceClientHelper.OPTYPE_WRITEBACK, xmlParam);*/ + //JSONObject json = new JSONObject();json.put("success", true); + JSON json = WebServiceClientHelper.writeBackData(WebServiceClientHelper.OPSYSTEM, + WebServiceClientHelper.OPTYPE_WRITEBACK, xmlParam); JSONObject jsonResult = new JSONObject(); if(json != null){ JSONObject jsonObject = (JSONObject)json;