Commit 906baa16 authored by zhangsen's avatar zhangsen

交互动作 -> 极光推送 :先写成假数据

parent cc67e9d0
...@@ -534,8 +534,8 @@ public class PlanVisual3dServiceImpl implements IPlanVisual3dService { ...@@ -534,8 +534,8 @@ public class PlanVisual3dServiceImpl implements IPlanVisual3dService {
List<PlanStepJsonVO> planStepJsonList = JSONObject.parseArray(planStepJson, PlanStepJsonVO.class); List<PlanStepJsonVO> planStepJsonList = JSONObject.parseArray(planStepJson, PlanStepJsonVO.class);
List<String> collect = planStepJsonList.stream().filter(code -> code.getButtonCode().equals(buttonCode)).map(PlanStepJsonVO::getRoleCode).collect(Collectors.toList()); List<String> collect = planStepJsonList.stream().filter(code -> code.getButtonCode().equals(buttonCode)).map(PlanStepJsonVO::getRoleCode).collect(Collectors.toList());
String roleJoin = String.join(",", collect); String roleJoin = String.join(",", collect);
// TODO: 2022/10/19 根据多个角色code查询用户ids // TODO: 2022/10/19 根据多个角色code查询用户ids 先写成假数据
String userIdsJoin = ""; String userIdsJoin = "3530104,3542239,3714410,3491098,3433590";
return userIdsJoin; return userIdsJoin;
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment