Преглед на файлове

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

anderx преди 1 година
родител
ревизия
cf9944f29c
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      src/main/java/com/goafanti/common/mapper/TOrderNewMapper.xml

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

@@ -1059,11 +1059,11 @@ left join department d on o.order_dep = d.id   left join t_order_mid a on o.orde
         and dep.approval_aid= #{aid,jdbcType=VARCHAR}
       </if>
       <if test="approval ==0">
-        and a.process_status in(5)
+        and a.process_status in(4)
         and a.approval = 0
       </if>
       <if test="approval ==1">
-        and a.process_status in(5)
+        and a.process_status in(4)
         and a.approval in
         <if test="manageType ==0">
           (1)