Browse Source

财务审核修改

anderx 2 years ago
parent
commit
44f94265ca
1 changed files with 2 additions and 2 deletions
  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}