Commit 21947f63 authored by libin's avatar libin

Merge branch 'master-auto-pay' into dev

parents c75bb70a 5a232674
...@@ -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