|
|
@@ -662,9 +662,6 @@ public class PublicReleaseServiceImpl extends BaseMybatisDao<PublicReleaseMapper
|
|
|
List<String> list=new ArrayList<>();
|
|
|
if (StringUtils.isNotEmpty(p.getAssistantAid())){
|
|
|
list =new ArrayList<>(Arrays.asList(p.getAssistantAid().split(",")));
|
|
|
- if (list.contains(aid)){
|
|
|
- throw new BusinessException("人员已经存在");
|
|
|
- }
|
|
|
}
|
|
|
String sname = pushAssistant(aid, list,0);
|
|
|
String said =String.join(",",list);
|