Update WmsToAcsWebServiceImpl.java
This commit is contained in:
@@ -46,13 +46,13 @@ public class WmsToAcsWebServiceImpl implements WmsToAcsWebService {
|
||||
}
|
||||
try {
|
||||
wmsToAcsService.cancelFromWms(jsonStr);
|
||||
result.put("REQCODE", json.getString("REQCODE"));
|
||||
result.put("REQCODE", json.getString("TASKCODE"));
|
||||
result.put("REPLYTIME", DateUtil.now());
|
||||
result.put("RTCODE", "0");
|
||||
result.put("RTMSG", "success");
|
||||
return result.toJSONString();
|
||||
} catch (Exception e) {
|
||||
result.put("REQCODE", json.getString("REQCODE"));
|
||||
result.put("REQCODE", json.getString("TASKCODE"));
|
||||
result.put("REPLYTIME", DateUtil.now());
|
||||
result.put("RTCODE", "1");
|
||||
result.put("RTMSG", e.getMessage());
|
||||
|
||||
Reference in New Issue
Block a user