提交 1a1030f8 authored 作者: 邓砥奕's avatar 邓砥奕

[退装模块]修改退装查询装备Bug

上级 1eedee84
...@@ -423,6 +423,9 @@ public class DeviceLibraryServiceImpl implements DeviceLibraryService { ...@@ -423,6 +423,9 @@ public class DeviceLibraryServiceImpl implements DeviceLibraryService {
if (deviceLibrarySelectVo.getRfidCardId()!=null){ if (deviceLibrarySelectVo.getRfidCardId()!=null){
predicateBuilder.eq("rfidCardId",deviceLibrarySelectVo.getRfidCardId()); predicateBuilder.eq("rfidCardId",deviceLibrarySelectVo.getRfidCardId());
} }
if (deviceLibrarySelectVo.getPackingId()!=null){
predicateBuilder.eq("packingId",deviceLibrarySelectVo.getPackingId());
}
if (deviceLibrarySelectVo.getContent() != null) { if (deviceLibrarySelectVo.getContent() != null) {
Class<DeviceLibrary> deviceLibraryEntity = DeviceLibrary.class; Class<DeviceLibrary> deviceLibraryEntity = DeviceLibrary.class;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论