修复配置跳转日志链接报错

This commit is contained in:
leijun
2019-01-15 19:11:10 +08:00
parent 0a8f96dce0
commit b209f8257d

View File

@@ -56,7 +56,7 @@ public class LogSearchController extends BaseController{
}
@RequestMapping(value = {"logTrend",""})
@RequestMapping(value = {"logTrend"})
public String logTrend(Model model,BaseLogEntity<Object> entity,String cfgId,String serviceId,RedirectAttributes attr, HttpServletRequest request,
HttpServletResponse response) {
Calendar cal = Calendar. getInstance ();