代码更新

This commit is contained in:
2023-02-19 15:18:22 +08:00
parent 1e59f9af1b
commit 2fae73ce99

View File

@@ -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")) {