Commit 5f40ff5d by 徐高华

更新商户ID

parent 6aa51238
......@@ -371,6 +371,7 @@ public class GroupChatServiceImpl implements GroupChatService {
logger.info("成员关联导购数={},商户={}", clerkList.size(), enterpriseIdSet);
if (enterpriseIdSet.size() == 1) {
enterpriseId = clerkList.get(0).getEnterpriseId();
chat.setEnterpriseId(enterpriseId);
}
}
}
......
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