|
@@ -1841,7 +1841,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
and o.status = #{maps.status}
|
|
and o.status = #{maps.status}
|
|
|
</if>
|
|
</if>
|
|
|
<if test="maps.status == 6">
|
|
<if test="maps.status == 6">
|
|
|
- and o.`status`= 2
|
|
|
|
|
|
|
+ and o.`status`= 1
|
|
|
and ( o.extend_order_id is null or o.extend_order_id like '')
|
|
and ( o.extend_order_id is null or o.extend_order_id like '')
|
|
|
</if>
|
|
</if>
|
|
|
<if test="maps.isUpload != null and maps.isUpload == 0 ">
|
|
<if test="maps.isUpload != null and maps.isUpload == 0 ">
|