rev:木箱入库

This commit is contained in:
2024-08-03 10:38:54 +08:00
parent 8a9b2f7b99
commit 00c7fe7ae6

View File

@@ -462,6 +462,7 @@ public class InBoxManageServiceImpl implements InBoxManageService {
.filter(row -> row.getDoubleValue("box_length") == jsonParam.getDoubleValue("box_length")
&& row.getDoubleValue("box_width") == jsonParam.getDoubleValue("box_width")
&& row.getDoubleValue("box_high") == jsonParam.getDoubleValue("box_high")
&& row.getString("lock_type").equals(IOSEnum.LOCK_TYPE.code("未锁定"))
&& ObjectUtil.isNotEmpty(row.getString("storagevehicle_code"))
)
.collect(Collectors.toList());