|
@@ -132,7 +132,7 @@ public class HrBaseEmployeeInfoController {
|
|
|
public CommonResult<List<EoucationVo>> listByDepart(@Valid EmployeeInfoEoucation employeeInfoEoucation) {
|
|
|
return CommonResult.data(hrBaseEmployeeInfoService.listByDepart(employeeInfoEoucation));
|
|
|
}
|
|
|
- @ApiOperation("部门人数统计")
|
|
|
+ @ApiOperation("部门人数性别统计")
|
|
|
@GetMapping("/hr/baseemployeeinfo/listByDepartGender")
|
|
|
public CommonResult<List<EoucationVo>> listByDepartGender(@Valid EmployeeInfoEoucation employeeInfoEoucation) {
|
|
|
return CommonResult.data(hrBaseEmployeeInfoService.listByDepartGender(employeeInfoEoucation));
|
|
@@ -226,13 +226,13 @@ public class HrBaseEmployeeInfoController {
|
|
|
return CommonResult.data(hrBaseEmployeeInfoService.birthDis(employeeInfoEoucation));
|
|
|
}
|
|
|
|
|
|
- @ApiOperation("生日分布")
|
|
|
+ @ApiOperation("司龄分布")
|
|
|
@GetMapping("/hr/baseemployeeinfo/siLingDis")
|
|
|
public CommonResult<List<PerNum>> siLingDis(@Valid EmployeeInfoEoucation employeeInfoEoucation) {
|
|
|
return CommonResult.data(hrBaseEmployeeInfoService.siLingDis(employeeInfoEoucation));
|
|
|
}
|
|
|
|
|
|
- @ApiOperation("生日分布")
|
|
|
+ @ApiOperation("工龄分布")
|
|
|
@GetMapping("/hr/baseemployeeinfo/gongLingDis")
|
|
|
public CommonResult<List<PerNum>> gongLingDis(@Valid EmployeeInfoEoucation employeeInfoEoucation) {
|
|
|
return CommonResult.data(hrBaseEmployeeInfoService.gongLingDis(employeeInfoEoucation));
|