浏览代码

新增保后列表,图片识别文字未完成

Administrator 11 月之前
父节点
当前提交
ddc764bde8
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      ruoyi-system/src/main/resources/mapper/system/LoanApplicationMapper.xml

+ 2 - 2
ruoyi-system/src/main/resources/mapper/system/LoanApplicationMapper.xml

@@ -157,8 +157,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
 
     <select id="selectLoanAfterList" parameterType="LoanApplication" resultMap="LoanApplicationResult">
         <include refid="selectLoanApplicationVo"/>
-     <where>   (#{actuallyTime}&gt;DATE_ADD(actually_time,INTERVAL 30 DAY)
-            or #{actuallyTime}&gt;DATE_ADD(actually_time,INTERVAL 180 DAY))
+     <where>
+        #{actuallyTime}&gt;DATE_ADD(actually_time,INTERVAL 30 DAY)
         <if test="enterpriseName != null  and enterpriseName != ''"> and enterprise_name like concat('%', #{enterpriseName}, '%')</if>
          <if test="loanAfterType != null  and loanAfterType != ''"> and loan_after_type = #{loanAfterType}</if>
      </where>