Quellcode durchsuchen

新增无限制公出订单列表

anderx vor 1 Jahr
Ursprung
Commit
2410bfe4e5
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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>