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