Commit a0027f13 by 徐高华

/

parent 98a18c48
......@@ -108,6 +108,7 @@ public class GroupChatPlanController {
return RestResponse.failure("1", "计划不存在");
}
GroupChatPlanDTO plan = linkResp.getResult();
plan.getStaffIdList() ;
String content = plan.getChatContent();
JSONArray array = JSONArray.parseArray(content);
List<String> materialIdList = new ArrayList<>();
......
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