浏览代码

收款预警 资产报错修复

wucl 10 月之前
父节点
当前提交
23b34f6675
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      dao/src/main/resources/mapper/FinanceRealFundMapper.xml

+ 0 - 2
dao/src/main/resources/mapper/FinanceRealFundMapper.xml

@@ -1451,7 +1451,6 @@
         WHERE
         ap.productionType != 'STATEMENT'
         AND ( pf.production_no IS NULL OR pf.real_amount IS NULL )
-        <where>
             <if test="overdueVO!=null and overdueVO.overdueMin!=null">
                 AND DATEDIFF(CURDATE(),DATE( ap.repertory_out_time )) &gt;= #{overdueVO.overdueMin}
             </if>
@@ -1473,7 +1472,6 @@
                     #{userId}
                 </foreach>
             </if>
-        </where>
         order by overdueDay desc
     </sql>