Commit 3830a3b1 by 徐高华

社群

parent 5c5c53d6
...@@ -193,6 +193,7 @@ public class GroupChatPlanController { ...@@ -193,6 +193,7 @@ public class GroupChatPlanController {
return RestResponse.failure("1", "记录不存在"); return RestResponse.failure("1", "记录不存在");
} }
Map<String, Object> ownerInfo = new HashMap<>(); Map<String, Object> ownerInfo = new HashMap<>();
ownerInfo.put("clerkId",owner.getClerkId());
ownerInfo.put("clerkName", owner.getClerkName()); ownerInfo.put("clerkName", owner.getClerkName());
ownerInfo.put("ownerLogId", owner.getOwnerLogId()); ownerInfo.put("ownerLogId", owner.getOwnerLogId());
ownerInfo.put("sendStatus", owner.getSendStatus()); ownerInfo.put("sendStatus", owner.getSendStatus());
......
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