Commit 01990c17 by 徐高华

群事件

parent fbce1b7c
......@@ -248,6 +248,7 @@ public class GroupChatServiceImpl implements GroupChatService {
chat.setGroupChatId(groupChatId);
chat.setChatAddTime(new Date(detail.getCreate_time() * 1000));
chat.setChatNotice(detail.getNotice());
chat.setName(detail.getName());
// 处理群主
String owner = detail.getOwner();
TabHaobanStaff staff = this.staffMapper.selectByUserIdAndEnterpriseId(owner, wxEnterpriseId);
......
......@@ -43,7 +43,7 @@ public class HaobanTimerApiServiceImpl implements HaobanTimerApiService {
@Override
public ServiceResponse<Void> handChatNotice(String params) {
this.groupChatService.handChatNotice(params);
return null;
return ServiceResponse.success();
}
}
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