소스 검색

Merge branch 'test2' of jishutao/kede-server into prod

anderx 1 년 전
부모
커밋
e06eb57478
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      src/main/java/com/goafanti/common/mapper/TOrderNewMapper.xml

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

@@ -1063,13 +1063,13 @@ left join department d on o.order_dep = d.id   left join t_order_mid a on o.orde
         and a.approval = 0
       </if>
       <if test="approval ==1">
-        and a.process_status in(4)
+        and a.process_status =5
         and a.approval in
         <if test="manageType ==0">
           (1)
         </if>
         <if test="manageType ==1">
-          (4)
+          (5)
         </if>
       </if>
       <if test="approval ==2">
@@ -1078,7 +1078,7 @@ left join department d on o.order_dep = d.id   left join t_order_mid a on o.orde
           (2,3)
         </if>
         <if test="manageType ==1">
-          (5,6)
+          (6,7)
         </if>
 
       </if>