TASK:印花;
This commit is contained in:
@@ -89,7 +89,7 @@ public class LibraryModelPointServiceImpl extends ServiceImpl<LibraryModelPointM
|
||||
public List<LibraryModelPointVO> selectByLibraryIds(List<Long> libraryIds) {
|
||||
QueryWrapper<LibraryModelPoint> queryWrapper = new QueryWrapper<>();
|
||||
queryWrapper.lambda().eq(LibraryModelPoint::getModelType, ModelType.LIBRARY.getValue());
|
||||
queryWrapper.in("library_id", libraryIds);
|
||||
queryWrapper.in("relation_id", libraryIds);
|
||||
List<LibraryModelPoint> libraryModelPoints = libraryModelPointMapper.selectList(queryWrapper);
|
||||
if(CollectionUtils.isEmpty(libraryModelPoints)){
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user