|
@@ -62,7 +62,7 @@ public class FeiShuSheetServiceImpl implements IFeiShuSheetService {
|
|
|
log.info("jzGroups: {}", FastJsonUtil.toJSONString(jzGroups));
|
|
|
|
|
|
Map<String, List<String>> roleToIds = new HashMap<>();
|
|
|
- roleToIds.put("项目顾问", new ArrayList<>());
|
|
|
+// roleToIds.put("项目顾问", new ArrayList<>());
|
|
|
roleToIds.put("建站专员", new ArrayList<>());
|
|
|
roleToIds.put("资料专员", new ArrayList<>());
|
|
|
|
|
@@ -84,7 +84,7 @@ public class FeiShuSheetServiceImpl implements IFeiShuSheetService {
|
|
|
log.info("formattedRoleToIds: {}", FastJsonUtil.toJSONString(formattedRoleToIds));
|
|
|
|
|
|
Map<String, Object> updateMap = new HashMap<>();
|
|
|
- updateMap.put("建站顾问", formattedRoleToIds.get("项目顾问"));
|
|
|
+// updateMap.put("建站顾问", formattedRoleToIds.get("项目顾问"));
|
|
|
updateMap.put("组建站专员", formattedRoleToIds.get("建站专员"));
|
|
|
updateMap.put("组资料员", formattedRoleToIds.get("资料专员"));
|
|
|
log.info("updateMap: {}", JSONObject.toJSONString(updateMap));
|