代码更新

This commit is contained in:
2023-02-21 11:02:51 +08:00
parent 5153b9e903
commit 7c97a94a82

View File

@@ -580,7 +580,6 @@ public class AcsToWmsServiceImpl implements AcsToWmsService {
data.put("box_length", box_length);
data.put("box_width", box_width);
data.put("box_high", box_high);
data.put("bundle_times", 2);
Double box_length_value = Double.valueOf(box_length);
if (box_length_value >= 772) {