Browse Source

新增无限制公出订单列表

anderx 1 year ago
parent
commit
2410bfe4e5
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

@@ -1077,7 +1077,7 @@ left join department d on o.order_dep = d.id   left join t_order_mid a on o.orde
           <if test="maxProcessStatus =1">
             and toprc.max_process  in (5)
           </if>
-          <if test="maxProcessStatus =1">
+          <if test="maxProcessStatus =2">
             and toprc.max_process  in (4)
           </if>
         </if>