Commit 34424e0a by 徐高华

代开发的id获取

parent f2e787ff
......@@ -841,7 +841,7 @@ public class GroupChatServiceImpl implements GroupChatService {
.groupchatDetail(qwDTO.getDkCorpid(), secret, wxChatIdDk, 1);
GroupChatDetailDTO detail = detailResp.getResult();
Long createTimeLong = detail.getCreate_time() * 1000;
String name = detail.getName();
String name = emoji(detail.getName());
this.groupChatMapper.updateWxChatIdDk(staffId, name, new Date(createTimeLong), wxChatIdDk);
}
// 从企微拉取下一批数据
......
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