feat: There is no way the, #55663

This commit is contained in:
396572590@qq.com
2022-06-20 16:31:53 +08:00
parent 5c1234d076
commit 478503d94d
5 changed files with 9 additions and 6 deletions
@@ -72,6 +72,9 @@
<if test="id !=null and id !=''">
AND reply.ASK_ID = #{id}
</if>
<if test="state !=null and state !=''">
AND reply.state = #{state}
</if>
</where>
order by reply.REPLY_TIME