Commit 48feca7b by zhangkb

修改关键字判断逻辑

parent 26e3f637
......@@ -122,6 +122,8 @@ public class IndScorecardService {
Map<String,Object> result = new HashMap<>();
if(StringUtils.isNotBlank(keyword)) {
keyword = "%"+keyword+"%";
}else {
keyword = null;
}
int count = 0;
//计算start
......
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