Sfoglia il codice sorgente

数据大屏,实验室实时监测汇总,参数修改

xuxiaofei 2 anni fa
parent
commit
45fdae5668

+ 0 - 1
zd-modules/zd-modules-laboratory/src/main/java/com/zd/laboratory/controller/bigview/BigViewController.java

@@ -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());