|
@@ -2751,7 +2751,6 @@ public class AmsSaleOrderServiceImpl implements IAmsSaleOrderService {
|
|
totalMap.put("input",input);
|
|
totalMap.put("input",input);
|
|
totalMap.put("outerSystem","DG");
|
|
totalMap.put("outerSystem","DG");
|
|
JSONObject jsonObject = new JSONObject(totalMap);
|
|
JSONObject jsonObject = new JSONObject(totalMap);
|
|
- System.out.println(jsonObject);
|
|
|
|
Map<String,Object> resultMap = joinFeign.deleteSaleOrderToEas(totalMap);
|
|
Map<String,Object> resultMap = joinFeign.deleteSaleOrderToEas(totalMap);
|
|
System.out.println(resultMap);
|
|
System.out.println(resultMap);
|
|
try {
|
|
try {
|
|
@@ -2759,8 +2758,6 @@ public class AmsSaleOrderServiceImpl implements IAmsSaleOrderService {
|
|
}catch (Exception e){
|
|
}catch (Exception e){
|
|
e.printStackTrace();
|
|
e.printStackTrace();
|
|
}
|
|
}
|
|
- System.out.println("返回");
|
|
|
|
- System.out.println(resultMap);
|
|
|
|
String outPut = (String) resultMap.get("output");
|
|
String outPut = (String) resultMap.get("output");
|
|
JSONObject outputjson = JSONObject.parseObject(outPut);
|
|
JSONObject outputjson = JSONObject.parseObject(outPut);
|
|
Map<String,Object> outputMap = (Map<String,Object>) outputjson;
|
|
Map<String,Object> outputMap = (Map<String,Object>) outputjson;
|