Commit 2fc27a5d by 徐高华

Merge branch 'feature/社群' into 'developer'

Feature/社群

See merge request !524
parents 1930f909 5f40ff5d
......@@ -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);
}
}
}
......
......@@ -109,7 +109,7 @@
<update id="update" parameterType="com.gic.haoban.manage.service.entity.chat.TabGroupChat">
<![CDATA[
UPDATE tab_haoban_group_chat SET
enterprise_id = #{enterprieId},
enterprise_id = #{enterpriseId},
group_chat_id=#{groupChatId},
name=#{name},
staff_id=#{staffId},
......
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