소스 검색

新增无限制公出订单列表

anderx 1 년 전
부모
커밋
2410bfe4e5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>