日志公共类增加查询字段
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user