|
|
@@ -1317,7 +1317,7 @@ left join department d on o.order_dep = d.id left join t_order_mid a on o.orde
|
|
|
</foreach>
|
|
|
</if>
|
|
|
<if test="o.orderStatus != null and o.orderStatus != """>
|
|
|
- and (o.order_status = #{o.orderStatus,jdbcType=INTEGER} or o.back_status=3)
|
|
|
+ and (o.order_status >= #{o.orderStatus,jdbcType=INTEGER} or o.back_status=3)
|
|
|
</if>
|
|
|
<if test="o.departmentId != null and o.departmentId != """>
|
|
|
and o.order_dep = #{o.departmentId,jdbcType=INTEGER}
|