日志公共类增加查询字段

This commit is contained in:
zhanghongqing
2018-06-12 13:32:00 +08:00
parent 5a3bb59f17
commit 9d552fa8d3
2 changed files with 26 additions and 2 deletions

View File

@@ -6,12 +6,12 @@ import org.springframework.web.bind.annotation.ResponseBody;
import com.nis.web.controller.BaseController;
@Controller
@RequestMapping(value = "/logs")
@RequestMapping(value = "/log")
public class LogChartController extends BaseController{
@RequestMapping(value="logChart")
public String logChart(){
return "/logs/chart";
return "/log/chart";
}
@RequestMapping(value="ajaxChart")
@ResponseBody