Commit 5a232674 authored by libin's avatar libin

提现记录

parent e8f41dc7
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
AND `stauts`=#{state} AND `stauts`=#{state}
i i
</if> </if>
<if test="orderNo"> <if test="orderNo !=null and orderNo !=''">
AND `order_no` = #{orderNo} AND `order_no` = #{orderNo}
</if> </if>
<if test="startTime !=null and endTime !=null"> <if test="startTime !=null and endTime !=null">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment