1.日志总量查询日志修改 2.提交p2p监测sql
This commit is contained in:
@@ -15,8 +15,8 @@ import com.nis.web.controller.BaseController;
|
||||
public class LogSearchController extends BaseController{
|
||||
|
||||
@RequestMapping(value = {"list",""})
|
||||
public String LogSearch(BaseLogEntity<Object> entity, Integer compileId,RedirectAttributes attr,
|
||||
HttpServletRequest request, HttpServletResponse response) {
|
||||
public String LogSearch(BaseLogEntity<Object> entity, RedirectAttributes attr, HttpServletRequest request,
|
||||
HttpServletResponse response) {
|
||||
/**
|
||||
* url: logUrl
|
||||
* searchCfgId: compileId
|
||||
@@ -26,10 +26,11 @@ public class LogSearchController extends BaseController{
|
||||
String logUrl = menuService.getLogUrl(entity.getFunctionId());
|
||||
Integer serviceId = menuService.getServiceId(entity.getFunctionId(),entity.getAction());
|
||||
|
||||
attr.addAttribute("cfgId", compileId);
|
||||
attr.addAttribute("service", serviceId);
|
||||
attr.addAttribute("cfgId", entity.getCfgId());
|
||||
attr.addAttribute("functionId", entity.getFunctionId());
|
||||
attr.addAttribute("date", entity.getDate());
|
||||
attr.addAttribute("isLogTotalSearch", entity.getIsLogTotalSearch());
|
||||
return "redirect:"+adminPath+logUrl;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user