...
|
...
|
@@ -104,6 +104,10 @@ public class MT4201ServiceImp extends CustomXmlMaker implements MT4201Service { |
|
|
// 处理主单号 -
|
|
|
String awba = ReturnUtil.awbaReplace(map.get("awba").toString());
|
|
|
map.put("awbas", awba);
|
|
|
|
|
|
String flightDate = ReturnUtil.awbaReplace(map.get("flightDate").toString());
|
|
|
map.put("flightDates",flightDate);
|
|
|
|
|
|
Map<String, Object> map4201 = new HashMap<>();
|
|
|
if (makeXmlToFile("/remove/MT4201.ftlx", msgId+".xml", map, "./send/remove/")>0){
|
|
|
map.put("functionCode", "3");
|
...
|
...
|
|