Commit 87746244 authored by wanghao's avatar wanghao

1 大屏界面报错问题修复。

parent 9b422b99
......@@ -127,6 +127,8 @@ public class TDetectorUserServiceImpl implements ITDetectorUserService
userVO.setIconType("61");
} else if ("3".equals(userVO.getUserType())) {
userVO.setIconType("62");
} else if ("4".equals(userVO.getUserType())) {
userVO.setIconType("18");
}
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