岗位新增BUG修复
This commit is contained in:
parent
cdd2e6384e
commit
a1dd6126b0
|
|
@ -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())) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue