Commit 15fc0c0b authored by chenyuxi's avatar chenyuxi

feat: 客户服务平台入离职登记导出

parent 9c6c4895
......@@ -180,6 +180,8 @@ public class EmployeeRegistrationController {
@Operation(description = "导出入离职登记表")
@PostMapping("/export")
public void export(HttpServletResponse response, @RequestBody EmployeeRegistrationSearchVo searchVo) {
// 1.9.8:客户服务平台仅展示来源是“客户端”的数据
searchVo.setDataSource(CommonConstants.ONE_STRING);
employeeRegistrationService.listExport(response, searchVo);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment