Browse Source

财务列表新增查看结项订单

anderx 3 years ago
parent
commit
35190a21ec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/goafanti/common/mapper/TOrderNewMapper.xml

+ 1 - 1
src/main/java/com/goafanti/common/mapper/TOrderNewMapper.xml

@@ -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 != &quot;&quot;">
-	  	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 != &quot;&quot;">
 	  	and o.order_dep = #{o.departmentId,jdbcType=INTEGER}