问题修改

This commit is contained in:
God
2023-03-03 11:20:05 +08:00
parent 0ac4eebf46
commit 9cf0f7c697

View File

@@ -263,5 +263,6 @@
LEFT JOIN message m ON ml.msgSid = m.sid LEFT JOIN message m ON ml.msgSid = m.sid
where receiverSid = #{userSid} where receiverSid = #{userSid}
and m.msgType = "抄送" and m.msgType = "抄送"
and ml.state = 0
</select> </select>
</mapper> </mapper>