Commit 79354e8e authored by chenzhao's avatar chenzhao

修改bug

parent 1c44822a
...@@ -165,7 +165,7 @@ public class ExcelController extends BaseController { ...@@ -165,7 +165,7 @@ public class ExcelController extends BaseController {
*/ */
@TycloudOperation(needAuth = false, ApiLevel = UserType.AGENCY) @TycloudOperation(needAuth = false, ApiLevel = UserType.AGENCY)
@ApiOperation(value = "导出值班模板", notes = "导出值班模板") @ApiOperation(value = "导出值班模板", notes = "导出值班模板")
@PostMapping(value = "/duty_template") @GetMapping (value = "/duty_template")
public void dutyCarTemplate(HttpServletResponse response, @RequestParam("beginDate") String beginDate, public void dutyCarTemplate(HttpServletResponse response, @RequestParam("beginDate") String beginDate,
@RequestParam("endDate") String endDate, ExcelDto excelDto, @RequestParam("ids") String ids) { @RequestParam("endDate") String endDate, ExcelDto excelDto, @RequestParam("ids") String ids) {
try { try {
......
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