...
|
...
|
@@ -65,6 +65,8 @@ public class MT4201ServiceImp extends CustomXmlMaker implements MT4201Service { |
|
|
nmmsCustomResponse.setBuspiece(Integer.valueOf(customMt4201.getLodingpiece().toString()));
|
|
|
// 重量
|
|
|
nmmsCustomResponse.setBusweight(Long.valueOf(customMt4201.getLodingweight().toString()));
|
|
|
// 操作类型
|
|
|
nmmsCustomResponse.setOpertype("新增");
|
|
|
map4201.put("status", "1");
|
|
|
map4201.put("customResponse", nmmsCustomResponse);
|
|
|
|
...
|
...
|
@@ -94,6 +96,8 @@ public class MT4201ServiceImp extends CustomXmlMaker implements MT4201Service { |
|
|
map.put("functionCode", "3");
|
|
|
map.put("busType","MT4201");
|
|
|
NMMS_CUSTOM_RESPONSE nmmsCustomResponse = ReturnUtil.nmmsCustomResponse(map);
|
|
|
// 操作类型
|
|
|
nmmsCustomResponse.setOpertype("删除");
|
|
|
map4201.put("status", "1");
|
|
|
map4201.put("customResponse", nmmsCustomResponse);
|
|
|
return map4201;
|
...
|
...
|
|