Commit 8539236e by zhangkb

修改考核指标目录关键字搜索接口

parent 0e5af8c5
...@@ -88,7 +88,7 @@ public class DriveIndCatalogService { ...@@ -88,7 +88,7 @@ public class DriveIndCatalogService {
if(StringUtils.isBlank(keyword)) { if(StringUtils.isBlank(keyword)) {
return new ArrayList<>(); return new ArrayList<>();
}else { }else {
return driveIndCatalogMapper.findByKeyword(keyword); return driveIndCatalogMapper.findByKeyword("%"+keyword+"%");
} }
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment