Merge remote-tracking branch 'origin/develop_master' into develop_master
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user