岗位新增BUG修复

This commit is contained in:
dxfeng 2023-06-09 14:19:32 +08:00
parent cdd2e6384e
commit a1dd6126b0
1 changed files with 2 additions and 2 deletions

View File

@ -354,8 +354,8 @@ public class JobServiceImpl extends Service implements JobService {
} else {
Integer ecDepartment = searchParam.getEcDepartment();
DepartmentPO jclDepartment = getDepartmentMapper().getDeptById(ecDepartment);
params.put("ec_company", jclDepartment.getId());
params.put("ec_department", jclDepartment.getSubCompanyId1());
params.put("ec_department", jclDepartment.getId());
params.put("ec_company", jclDepartment.getSubCompanyId1());
}
if (StringUtils.isBlank(params.get("show_order").toString())) {