...
|
...
|
@@ -50,7 +50,7 @@ public class MT4201ServiceImp extends CustomXmlMaker implements MT4201Service { |
|
|
|
|
|
|
|
|
Map<String, Object> map4201 = new HashMap<>();
|
|
|
if (makeXmlToFile("/manifest/MT4201.ftlx", map.get("messageID").toString()+".xml", map, "./send/add/")>0){
|
|
|
if (makeXmlToFile("/manifest/MT4201.ftlx", mt4201.get("messageID").toString()+".xml", map, "./send/add/")>0){
|
|
|
map.put("functionCode", "2");
|
|
|
map.put("busType","MT4201");
|
|
|
NMMS_CUSTOM_RESPONSE nmmsCustomResponse = ReturnUtil.nmmsCustomResponse(map);
|
...
|
...
|
|