Commit e387c854 authored by wanghao's avatar wanghao

1 大屏端 全局搜素 工业用户调整。

parent 09afdd69
......@@ -104,7 +104,6 @@ public class TDetectorUserServiceImpl implements ITDetectorUserService
TDetectorUserVO userVO = new TDetectorUserVO();
BeanUtils.copyProperties(user, userVO);
List<Object> newList = new ArrayList<>();
newList.add(user);
userVO.setDetectorCountList(newList);
......@@ -113,6 +112,8 @@ public class TDetectorUserServiceImpl implements ITDetectorUserService
userVO.setIconType("6");
} else if ("2".equals(userVO.getUserType())) {
userVO.setIconType("61");
} else if ("3".equals(userVO.getUserType())) {
userVO.setIconType("62");
}
list.add(userVO);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment