日志修改动作参数为service,流量统计client改为由连接池工具clientUtil中获取

This commit is contained in:
zhanghongqing
2018-11-22 19:25:25 +08:00
parent 6a9f2025a2
commit 73d4bfee8b
32 changed files with 99 additions and 132 deletions

View File

@@ -845,7 +845,7 @@ public class BaseController {
if (entry.getCfgId() != null) {
params.put("searchCfgId", entry.getCfgId());
}
if (entry.getOrderBy() != null&&entry.getOrderBy()!="") {
if (StringUtils.isNotBlank(entry.getOrderBy())) {
params.put("orderBy", entry.getOrderBy());
}
}