晶优二开,编制信息导出

This commit is contained in:
dxfeng 2023-03-14 14:51:26 +08:00
parent 31436b195e
commit ffc9a89cd1
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ public class ExportCommonController {
}
@GET
@Path("/resource/exportStaff")
@Path("/staff/export")
@Produces(MediaType.APPLICATION_OCTET_STREAM)
public Response staffExport(@Context HttpServletRequest request, @Context HttpServletResponse response) {
User user = HrmUserVarify.getUser(request, response);