正在显示
3 个修改的文件
包含
8 行增加
和
1 行删除
.gitignore
100644 → 100755
docker/Dockerfile
0 → 100644
@@ -50,7 +50,7 @@ public class MT4201ServiceImp extends CustomXmlMaker implements MT4201Service { | @@ -50,7 +50,7 @@ public class MT4201ServiceImp extends CustomXmlMaker implements MT4201Service { | ||
50 | 50 | ||
51 | 51 | ||
52 | Map<String, Object> map4201 = new HashMap<>(); | 52 | Map<String, Object> map4201 = new HashMap<>(); |
53 | - if (makeXmlToFile("/manifest/MT4201.ftlx", map.get("messageID").toString()+".xml", map, "./send/add/")>0){ | 53 | + if (makeXmlToFile("/manifest/MT4201.ftlx", mt4201.get("messageID").toString()+".xml", map, "./send/add/")>0){ |
54 | map.put("functionCode", "2"); | 54 | map.put("functionCode", "2"); |
55 | map.put("busType","MT4201"); | 55 | map.put("busType","MT4201"); |
56 | NMMS_CUSTOM_RESPONSE nmmsCustomResponse = ReturnUtil.nmmsCustomResponse(map); | 56 | NMMS_CUSTOM_RESPONSE nmmsCustomResponse = ReturnUtil.nmmsCustomResponse(map); |
-
请 注册 或 登录 后发表评论