|
|
@@ -1169,9 +1169,12 @@
|
|
|
<if test="orderChannel != null">
|
|
|
and a.order_channel =#{orderChannel,jdbcType=INTEGER}
|
|
|
</if>
|
|
|
- <if test="approval != null">
|
|
|
+ <if test="approval != null and approval !=4">
|
|
|
and a.approval = #{approval,jdbcType=INTEGER}
|
|
|
</if>
|
|
|
+ <if test="approval ==4">
|
|
|
+ and a.approval != 0
|
|
|
+ </if>
|
|
|
<if test="buyerName != null and buyerName != ''">
|
|
|
and b.nickname like concat('%', #{buyerName},'%')
|
|
|
</if>
|