Commit d6f0472b by 徐高华

群主群数量

parent 0d303edd
......@@ -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