فهرست منبع

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

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>