Commit 311c0e5e authored by 王业雄's avatar 王业雄

fix

parent a956ffe1
......@@ -74,6 +74,11 @@ public class ChannelRouteServiceImpl implements IChannelRouteService {
channelRouteResultVo.setSystermType(one.getSystermType());
}
String userLevel = channelRouteResultVo.getUserLevel();
if (!StringUtils.isEmpty(userLevel)){
channelRouteResultVo.setUserLevel(userLevel.substring(1, userLevel.length() - 1));
}
channelRouteResultVos.add(channelRouteResultVo);
});
......
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