日志字段增加排序

This commit is contained in:
zhanghongqing
2018-10-31 09:56:38 +08:00
parent 8ef35d837a
commit a3f33c01e4
38 changed files with 656 additions and 627 deletions

View File

@@ -823,6 +823,9 @@ public class BaseController {
if (entry.getCfgId() != null) {
params.put("searchCfgId", entry.getCfgId());
}
if (entry.getOrderBy() != null&&entry.getOrderBy()!="") {
params.put("orderBy", entry.getOrderBy());
}
}
public List<BaseStringCfg<?>> checkStringCfg(FunctionServiceDict serviceDict, FunctionRegionDict regionDict,