1:新增业务
2:为url和关键字业务添加url和website查询条件
This commit is contained in:
@@ -228,7 +228,7 @@ public class LogDataService {
|
||||
String type = filedsType.get(key).trim();
|
||||
if (type.equals("java.lang.String")) {
|
||||
String field = filedAndColumnMap.get(key).toLowerCase();
|
||||
if (field.equals("url")) {
|
||||
if (field.equals("url")||field.equals("website")) {
|
||||
whereSB.append(" and " + field + " like '" + value.toString().trim() + "%'");
|
||||
} else {
|
||||
whereSB.append(" and " + field + "='"
|
||||
|
||||
Reference in New Issue
Block a user