chenhj
昨天 88162af48f9e01761b9ed2fc5ad11f8889a612db
src/main/java/com/ruoyi/staff/controller/StaffOnJobController.java
@@ -90,7 +90,7 @@
     */
    @PostMapping("/exportCopy")
    @ApiOperation("word模板合同在职员工导出")
    public AjaxResult exportCopy(HttpServletResponse response, StaffOnJob staffOnJob) throws Exception{
    public AjaxResult exportCopy(HttpServletResponse response,@RequestBody StaffOnJob staffOnJob) throws Exception{
       return AjaxResult.success(staffOnJobService.exportCopy(response, staffOnJob));
    }