...
|
...
|
@@ -44,6 +44,7 @@ public class ReturnUtil { |
|
|
nmmsCustomResponse.setCusfunctioncode(map.get("functionCode").toString());
|
|
|
}
|
|
|
nmmsCustomResponse.setCusversion("1.0");
|
|
|
|
|
|
nmmsCustomResponse.setBusdate(new Date());
|
|
|
if (map.containsKey("piece")){
|
|
|
nmmsCustomResponse.setBuspiece(Integer.valueOf(map.get("piece").toString()));
|
...
|
...
|
@@ -51,6 +52,7 @@ public class ReturnUtil { |
|
|
if (map.containsKey("weight")){
|
|
|
nmmsCustomResponse.setBusweight(new BigDecimal(map.get("weight").toString()));
|
|
|
}
|
|
|
|
|
|
nmmsCustomResponse.setBustype(map.get("busType").toString());
|
|
|
if (map.containsKey("awba")){
|
|
|
nmmsCustomResponse.setAwbano(map.get("awba").toString());
|
...
|
...
|
|