|
@@ -5,7 +5,7 @@
|
|
|
<select id="pageList" resultType="com.fdkankan.manage.vo.response.IncrementOrderVo">
|
|
|
select o.* ,u.user_name from t_increment_order o
|
|
|
left join t_user u on o.user_id = u.id
|
|
|
- WHERE o.rec_status = 'A'
|
|
|
+ WHERE o.rec_status = 'A' and o.pay_status = '1'
|
|
|
<if test="param.orderSn !=null and param.orderSn !='' ">
|
|
|
and o.order_sn like concat ('%',#{param.orderSn},'%')
|
|
|
</if>
|