Skip to content

Commit

Permalink
fix(server): no need to check message for count (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
junglesub authored Oct 9, 2024
1 parent 64fee5a commit 6839eec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/resources/mapper/TbmessageMapper.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
AND #{userId} = m.userId)
</if>
ORDER BY last_sent_at DESC) AS subject
JOIN TbKaMessage AS message ON message.chat_id = subject.last_sent_chat_id
</select>

<select id="fileDetails" parameterType="string" resultType="com.thc.realspr.dto.TbmessageDto$FileDetail">
Expand Down

0 comments on commit 6839eec

Please sign in to comment.