代码更新
This commit is contained in:
@@ -578,12 +578,12 @@ public class AcsToWmsServiceImpl implements AcsToWmsService {
|
|||||||
data.put("box_high", box_high);
|
data.put("box_high", box_high);
|
||||||
data.put("bundle_times", 2);
|
data.put("bundle_times", 2);
|
||||||
|
|
||||||
/* Double box_length_value = Double.valueOf(box_length);
|
Double box_length_value = Double.valueOf(box_length);
|
||||||
if (box_length_value >= 772) {
|
if (box_length_value >= 772) {
|
||||||
data.put("bundle_times", 3);
|
data.put("bundle_times", 3);
|
||||||
} else {
|
} else {
|
||||||
data.put("bundle_times", 2);
|
data.put("bundle_times", 2);
|
||||||
}*/
|
}
|
||||||
|
|
||||||
result.put("data", data);
|
result.put("data", data);
|
||||||
} else if (type.equals("3")) {
|
} else if (type.equals("3")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user