Commit 5a232674 authored by libin's avatar libin

提现记录

parent e8f41dc7
......@@ -25,7 +25,7 @@
AND `stauts`=#{state}
i
</if>
<if test="orderNo">
<if test="orderNo !=null and orderNo !=''">
AND `order_no` = #{orderNo}
</if>
<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