Merge branch 'develop_migration' into 'develop_master'

feat: There is no way the, #55663

See merge request LiuChao/foton-slrs-system-rest!533
This commit is contained in:
super_liu
2022-06-20 16:36:03 +08:00
5 changed files with 9 additions and 6 deletions
@@ -73,6 +73,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