sql
This commit is contained in:
parent
c81aaa34b0
commit
8ac9091f9b
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue