Commit 9a25ec1c authored by jichao's avatar jichao

改bug

parent 8f467709
......@@ -26,7 +26,7 @@ public class ReportController {
@ApiImplicitParams({@ApiImplicitParam(name = "proId", value = "项目主键", required = true, dataType = "字符串"),
@ApiImplicitParam(name = "year", value = "年", required = true, dataType = "数字"),
@ApiImplicitParam(name = "month", value = "月", required = true, dataType = "数字"),
@ApiImplicitParam(name = "month", value = "日", required = true, dataType = "数字")})
@ApiImplicitParam(name = "day", value = "日", required = true, dataType = "数字")})
@RequestMapping("/download")
public void download(HttpServletResponse response, @RequestParam String proId, Integer year, Integer month, Integer day) {
reportServiceImpl.download(response, proId, year, month, day);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment