rev:木箱入库
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user