Browse Source

特批修改

anderx 1 year ago
parent
commit
46257222e9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/java/com/goafanti/common/mapper/TOrderNewMapper.xml

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

@@ -1069,7 +1069,7 @@ left join department d on o.order_dep = d.id   left join t_order_mid a on o.orde
           (1)
         </if>
         <if test="manageType ==1">
-          (5)
+          (4)
         </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">
-          (6,7)
+          (5,6)
         </if>
 
       </if>