|
|
@@ -150,7 +150,6 @@ public class BigViewController extends BaseController {
|
|
|
public List<LabSubjectControllerVO> mySubview(LabSubject labSubject) {
|
|
|
|
|
|
//查询配置硬件的实验室
|
|
|
- labSubject.setDeptId(tokenService.getLoginUser().getSysUser().getDeptId());
|
|
|
List<LabHazardSubjectRelation> relationsList = hazardSubjectRelationService.relationSubjectGroupByCount(labSubject);
|
|
|
if(relationsList!=null && relationsList.size()>0){
|
|
|
List<Long> ids = relationsList.stream().map(a->a.getSubjectId()).collect(Collectors.toList());
|