作者 shenhailong

删除报 舱单传输人名称

... ... @@ -59,6 +59,9 @@ public class MT1201ServiceImp extends CustomXmlMaker implements MT1201Service{
map.put("awbas", awba);
// 舱单传输人名称
map.put("orgCode", orgCode);
String flightDate = ReturnUtil.awbaReplace(map.get("flightDate").toString());
map.put("flightDates",flightDate);
... ...