瀏覽代碼

财务审核修改

anderx 2 年之前
父節點
當前提交
44f94265ca
共有 1 個文件被更改,包括 2 次插入2 次删除
  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}