|
|
@ -87,6 +87,7 @@ public class EmployeeServiceImpl extends ServiceImpl<EmployeeDao, EmployeeEntity |
|
|
|
if (user_ids == null || user_ids.size() == 0) { |
|
|
|
if (user_ids == null || user_ids.size() == 0) { |
|
|
|
ExceptionCast.cast(HrmsCode.EMPLOYEE_IS_NULL); |
|
|
|
ExceptionCast.cast(HrmsCode.EMPLOYEE_IS_NULL); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
this.getBaseMapper().deleteRoleByUserId(user_ids); |
|
|
|
return this.getBaseMapper().deleteByIds(user_ids); |
|
|
|
return this.getBaseMapper().deleteByIds(user_ids); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|