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

新增董事长特批审核

anderx преди 3 години
родител
ревизия
3d25ecc4db
променени са 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

@@ -977,7 +977,7 @@ left join department d on o.order_dep = d.id   left join t_order_mid a on o.orde
   	and a.salesman_id = #{aid,jdbcType=VARCHAR}
   	</if>
     <if test="specially == 3">
-      and  a.order_status=2 and a.process_status in(3)
+      and  a.order_status=2 and a.process_status in(7)
       <if test="approval ==0">
         and a.approval = 0
       </if>