ip、dns、http日志查询

This commit is contained in:
chenjinsong
2018-06-15 12:36:24 +08:00
parent 9249fadd92
commit 1604af7d15
12 changed files with 1765 additions and 825 deletions

View File

@@ -486,10 +486,6 @@ public class BaseController {
//初始化查询值判断
public void initLogSearchValue(BaseLogEntity entry,Map<String, Object> params){
params.put("operator", entry.getCurrentUser().getName());
params.put("opTime", DateUtils.formatDate(new Date(), "yyyy-MM-dd HH:mm:ss"));
params.put("opAction", 4);
if (StringUtils.isNotBlank(entry.getSearchFoundStartTime())&&StringUtils.isNotBlank(entry.getSearchFoundEndTime())) {
params.put("searchFoundStartTime", entry.getSearchFoundStartTime());
params.put("searchFoundEndTime", entry.getSearchFoundEndTime());