|
@@ -168,7 +168,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
AND ot.check_status = #{checkStatus}
|
|
|
</if>
|
|
|
<if test="refundStatus != null">
|
|
|
- AND vto.refund_status = #{refundStatus}
|
|
|
+ AND ot.refund_status = #{refundStatus}
|
|
|
</if>
|
|
|
<if test="refundStatusList != null and refundStatusList.size()!=0 ">
|
|
|
AND ot.refund_status in
|
|
@@ -258,7 +258,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
AND o.check_status = #{checkStatus}
|
|
|
</if>
|
|
|
<if test="refundStatus != null">
|
|
|
- AND vto.refund_status = #{refundStatus}
|
|
|
+ AND o.refund_status = #{refundStatus}
|
|
|
</if>
|
|
|
<if test="refundStatusList != null and refundStatusList.size()!=0 ">
|
|
|
AND o.refund_status in
|