Commit b196d6db by qiuchaofei

1.搜索时,对关键字trim

parent b6e81866
...@@ -92,7 +92,7 @@ public class DataRelationAnalyController { ...@@ -92,7 +92,7 @@ public class DataRelationAnalyController {
if(keyWord == null ){ if(keyWord == null ){
keyWord = ""; keyWord = "";
} }
return dataRelationAnalyService.findTableWithoutRelationsByName(parentId,keyWord); return dataRelationAnalyService.findTableWithoutRelationsByName(parentId,keyWord.trim());
} }
//总数 //总数
......
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