Commit 4750f240 by 徐高华

Merge branch 'feature/xgh/bug/0415' into 'developer'

群主群数量

See merge request !1702
parents e453c501 d6f0472b
......@@ -223,7 +223,7 @@
<select id="getCountByStaffId" resultType="int">
select count(*) from tab_haoban_group_chat where staff_id = #{staffId} and delete_flag = 0
select count(*) from tab_haoban_group_chat where staff_id = #{staffId} and delete_flag = 0 and chat_status in (0,1,2,3)
</select>
<select id="listAllNeedInit" resultMap="result-map-tabHaobanGroupChat">
......
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