Commit ba7907a3 by 徐高华

test

parent 2a6af9e1
......@@ -607,7 +607,7 @@ public class GroupChatServiceImpl implements GroupChatService {
chat.setChatNotice(notice);
chat.setName(chatName);
// 匹配GIC商户ID ,如果已经初始化过,不再自动匹配GIC商户
if (chat.getInitFlag() == 0 ) {
if (chat.getInitFlag() == 0) {
enterpriseId = matchGicEnterpriseId(wxEnterpriseId, enterpriseId, staff);
chat.setEnterpriseId(enterpriseId);
if (StringUtils.isNotEmpty(chat.getEnterpriseId())) {
......
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