|
@@ -79,7 +79,7 @@ public class UserServiceImpl extends ServiceImpl<UserMapper, User> implements IU
|
|
|
List<Long> agentIdList = agentDTOList.stream().map(AgentDTO::getId).collect(Collectors.toList());
|
|
|
//管理员可见自然量数据
|
|
|
if (SecurityUtil.isManager() && Strings.isBlank(param.getAccountId())
|
|
|
- && Strings.isBlank(param.getPitcherId()) && param.getChannelId() != null) {
|
|
|
+ && Strings.isBlank(param.getPitcherId()) && param.getChannelId() == null) {
|
|
|
agentIdList.add(Agent.DEFAULT_AGENT);
|
|
|
}
|
|
|
Map<Long, CpDTO> cpMap = cpService.cpMap();
|