From 456ffe1b704827f70090857aa36210942f763fe2 Mon Sep 17 00:00:00 2001 From: guoshengxiong <1923636941@qq.com> Date: Mon, 27 May 2024 10:23:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../xmgl/modules/worker/controller/WorkerInfoController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/zhgd/xmgl/modules/worker/controller/WorkerInfoController.java b/src/main/java/com/zhgd/xmgl/modules/worker/controller/WorkerInfoController.java index a728f4e66..c36ff7588 100644 --- a/src/main/java/com/zhgd/xmgl/modules/worker/controller/WorkerInfoController.java +++ b/src/main/java/com/zhgd/xmgl/modules/worker/controller/WorkerInfoController.java @@ -315,7 +315,7 @@ public class WorkerInfoController { @ApiOperation(value = "人员管理企业统计", notes = "人员管理企业统计") @ApiImplicitParams({ - @ApiImplicitParam(name = "sn", value = "公司sn", paramType = "body", required = true, dataType = "String"), + @ApiImplicitParam(name = "sn", value = "企业或项目sn", paramType = "body", required = true, dataType = "String"), @ApiImplicitParam(name = "projectName", value = "项目名", paramType = "body", required = false, dataType = "String"), }) @PostMapping("/selectWorkerManageEnterpriseStatistics")