From ffc9a89cd12939dbba35da0ec32b6d7116650ef2 Mon Sep 17 00:00:00 2001 From: dxfeng Date: Tue, 14 Mar 2023 14:51:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=99=B6=E4=BC=98=E4=BA=8C=E5=BC=80=EF=BC=8C?= =?UTF-8?q?=E7=BC=96=E5=88=B6=E4=BF=A1=E6=81=AF=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/com/engine/organization/web/ExportCommonController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/engine/organization/web/ExportCommonController.java b/src/com/engine/organization/web/ExportCommonController.java index ad036025..7aed7ffe 100644 --- a/src/com/engine/organization/web/ExportCommonController.java +++ b/src/com/engine/organization/web/ExportCommonController.java @@ -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);