This commit is contained in:
wangliwen 2022-06-22 09:57:38 +08:00
parent c81aaa34b0
commit 8ac9091f9b
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
AND read_status = #{readStatus} AND read_status = #{readStatus}
</if> </if>
<if test="from != null"> <if test="from != null">
AND from = #{from} AND `from` = #{from}
</if> </if>
order by t2.create_date desc order by t2.create_date desc
</select> </select>