|
@@ -785,6 +785,7 @@
|
|
|
</if>
|
|
</if>
|
|
|
|
|
|
|
|
<where>
|
|
<where>
|
|
|
|
|
+
|
|
|
<if test="orderQueryVo.orderNo != null and orderQueryVo.orderNo != ''">
|
|
<if test="orderQueryVo.orderNo != null and orderQueryVo.orderNo != ''">
|
|
|
and io.orderno = #{orderQueryVo.orderNo}
|
|
and io.orderno = #{orderQueryVo.orderNo}
|
|
|
</if>
|
|
</if>
|
|
@@ -816,6 +817,8 @@
|
|
|
<if test="orderQueryVo.userId != null and orderQueryVo.userId != ''">
|
|
<if test="orderQueryVo.userId != null and orderQueryVo.userId != ''">
|
|
|
and io.userid = #{orderQueryVo.userId}
|
|
and io.userid = #{orderQueryVo.userId}
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+ and (io.del_flag IS NULL
|
|
|
|
|
+ or io.del_flag = 1)
|
|
|
</where>
|
|
</where>
|
|
|
group by io.orderno
|
|
group by io.orderno
|
|
|
<if test="orderQueryVo.orderStatus != null and orderQueryVo.orderStatus == 3">
|
|
<if test="orderQueryVo.orderStatus != null and orderQueryVo.orderStatus == 3">
|