删除无用代码

This commit is contained in:
Harryxzy 2024-08-15 16:01:00 +08:00
parent 2ee605df44
commit a4d91c3c97
1 changed files with 0 additions and 13 deletions

View File

@ -134,17 +134,4 @@ public class SalaryStatisticsEmployeeController {
throw e;
}
}
// /**
// * 导出员工详情列表
// *
// * @param queryParam
// * @return
// */
// @PostMapping("/exportDetailList")
// @ApiOperation("导出员工详情列表")
// @WeaPermission(publicPermission = true)
// public WeaResult<Map<String, Object>> exportDetailList(@RequestBody SalaryStatisticsEmployeeDetailQueryParam queryParam) {
// return WeaResult.success(getSalaryStatisticsEmployeeWrapper(user).exportDetailList(queryParam, UserContext.getCurrentEmployeeId(), TenantContext.getCurrentTenantKey()));
// }
}