ard-work/src/main/resources/mapper/call/ArdCallUnreadMessagesMapper.xml
@@ -71,4 +71,7 @@ where user_id = #{targetId} and session_id = #{sessionId} </select> <select id="totalUnReadCount" resultType="Integer"> select sum(unread_count) from ard_call_unread_messages where user_id = #{userId } </select> </mapper>