|
|
@@ -95,7 +95,8 @@ public class CorpFollowDynamicConfigServiceImpl implements CorpFollowDynamicConf
|
|
|
throw BusinessRuntimeException.getInstance("存在被删除的客服,请刷新页面重试");
|
|
|
}
|
|
|
for (String followId : followIds) {
|
|
|
- CorpFollowActiveCodeDto corpFollowActiveCodeDto = createCorpFollowActiveCode(List.of(followId), userIndxList, state, type, csMap.get(followId).get(0).getName());
|
|
|
+ CorpFollowServiceDto corpFollowServiceDto = csMap.get(followId).get(0);
|
|
|
+ CorpFollowActiveCodeDto corpFollowActiveCodeDto = createCorpFollowActiveCode(List.of(followId), List.of(corpFollowServiceDto.getIndx()), state, type, corpFollowServiceDto.getName());
|
|
|
codeList.add(corpFollowActiveCodeDto);
|
|
|
}
|
|
|
}
|