Commit ab95a5bd authored by 周健威's avatar 周健威

Merge remote-tracking branch 'origin/dev' into dev

parents dcba2162 4b063f3c
......@@ -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