|
|
@@ -383,6 +383,9 @@
|
|
|
<if test="type !=null">
|
|
|
and a.`type`= #{type,jdbcType=INTEGER}
|
|
|
</if>
|
|
|
+ <if test="type == 1">
|
|
|
+ and a.status=1
|
|
|
+ </if>
|
|
|
|
|
|
<if test="orderNo !=null">
|
|
|
and a.order_no = #{orderNo,jdbcType=VARCHAR}
|
|
|
@@ -430,6 +433,9 @@
|
|
|
<if test="type !=null">
|
|
|
and a.`type`= #{type,jdbcType=INTEGER}
|
|
|
</if>
|
|
|
+ <if test="type == 1">
|
|
|
+ and a.status=1
|
|
|
+ </if>
|
|
|
<if test="orderNo !=null">
|
|
|
and a.order_no = #{orderNo,jdbcType=VARCHAR}
|
|
|
</if>
|