Explorar el Código

财务审核修改

anderx hace 2 años
padre
commit
44f94265ca
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/main/java/com/goafanti/common/mapper/TOrderTaskMapper.xml

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

@@ -2127,7 +2127,7 @@
       and b.salesman_id = #{aid}
     </if>
     <if test="shiroType ==2">
-      and d.finance_id  = #{aid}
+      and (d.finance_id  = #{aid} or  d.retrial_finance_id =#{aid})
     </if>
 
     <if test="orderNo != null">
@@ -2195,7 +2195,7 @@
       and b.salesman_id = #{aid}
     </if>
     <if test="shiroType ==2">
-      and d.finance_id  = #{aid}
+      and (d.finance_id  = #{aid} or  d.retrial_finance_id =#{aid})
     </if>
     <if test="orderNo != null">
       and a.order_no = #{orderNo}