This commit is contained in:
guoshengxiong 2024-05-27 10:23:05 +08:00
parent 7af30c9128
commit 456ffe1b70

View File

@ -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")