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

修改查询配发装备可见范围的bug

上级 19582e4e
......@@ -416,7 +416,7 @@ public class DeviceLibraryServiceImpl implements DeviceLibraryService {
if (deviceLibrarySelectVo.getInvisibleRange()!=null){
predicateBuilder.eq("invisibleRange",deviceLibrarySelectVo.getInvisibleRange());
}
if (deviceLibrarySelectVo.getInvisibleRange()!=null){
if (deviceLibrarySelectVo.getLocationUnit()!=null){
predicateBuilder.eq("locationUnit",deviceLibrarySelectVo.getLocationUnit());
}
if (deviceLibrarySelectVo.getRfidCardId()!=null){
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论