代码更新
This commit is contained in:
@@ -52,12 +52,6 @@ public class PerformancemstController {
|
|||||||
return new ResponseEntity<>(performancemstService.workLoadStatQuery(whereJson,page),HttpStatus.OK);
|
return new ResponseEntity<>(performancemstService.workLoadStatQuery(whereJson,page),HttpStatus.OK);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ApiOperation("导出数据")
|
|
||||||
@GetMapping(value = "/workloadstat/download")
|
|
||||||
public void download(HttpServletResponse response, @RequestParam Map whereJson) throws IOException {
|
|
||||||
performancemstService.download(whereJson, response);
|
|
||||||
}
|
|
||||||
|
|
||||||
@PostMapping
|
@PostMapping
|
||||||
@Log("新增工作量汇报")
|
@Log("新增工作量汇报")
|
||||||
@ApiOperation("新增工作量汇报")
|
@ApiOperation("新增工作量汇报")
|
||||||
|
|||||||
Reference in New Issue
Block a user