sql
This commit is contained in:
parent
c81aaa34b0
commit
8ac9091f9b
|
@ -17,7 +17,7 @@
|
|||
AND read_status = #{readStatus}
|
||||
</if>
|
||||
<if test="from != null">
|
||||
AND from = #{from}
|
||||
AND `from` = #{from}
|
||||
</if>
|
||||
order by t2.create_date desc
|
||||
</select>
|
||||
|
|
Loading…
Reference in New Issue