|
@@ -46,7 +46,7 @@ public class FeiShuGroupServiceImpl implements IFeiShuGroupService {
|
|
|
targetGroups.add("UI设计");
|
|
|
targetGroups.add("质检组");
|
|
|
targetGroups.add("技术支持");
|
|
|
-// targetGroups.add("项目管理");
|
|
|
+ targetGroups.add("项目管理");
|
|
|
// targetGroups.add("SNS组");
|
|
|
Map<String, List<JSONObject>> teamSheetMap = feiShuCommonService.getFeiShuTeamSheet(targetGroups);
|
|
|
log.info("******* createFeiShuGroup ******* 需要加入群聊的人员:teamSheetMap:{}", FastJsonUtil.toJSONString(teamSheetMap));
|