|
|
@@ -976,11 +976,11 @@ public class SysLearningGrowthServiceImpl implements ISysLearningGrowthService {
|
|
976
|
976
|
dto.setStartDate(LargeScreenDateUtils.getDateBeforeDays(91));
|
|
977
|
977
|
}
|
|
978
|
978
|
|
|
979
|
|
- // 部门类型为非科室时查询全部数据
|
|
|
979
|
+ // 部门类型为非大队时查询全部数据
|
|
980
|
980
|
Long deptId = dto.getDeptId();
|
|
981
|
981
|
if (ObjUtil.isNotNull(deptId)) {
|
|
982
|
982
|
SysDept sysDept = sysDeptService.selectDeptById(deptId);
|
|
983
|
|
- if (!StrUtil.equals(DeptTypeEnum.DEPARTMENT.getCode(), sysDept.getDeptType())) {
|
|
|
983
|
+ if (!StrUtil.equals(DeptTypeEnum.BRIGADE.getCode(), sysDept.getDeptType())) {
|
|
984
|
984
|
dto.setDeptId(null);
|
|
985
|
985
|
}
|
|
986
|
986
|
}
|