liusheng
2023-09-27 da3edb56ef670c58f6de09d28fde986d6be5a845
ruoyi-project/src/main/resources/mapper/project/ServiceFunddetailMapper.xml
@@ -58,6 +58,7 @@
        <result property="subjecttypename" column="subjecttypename"/>
        <result property="annexfiles" column="AnnexFiles"/>
        <result property="taxTime" column="tax_time"/>
        <result property="jxrq" column="jxrq"/>
    </resultMap>
    <sql id="selectServiceFunddetailVo">
@@ -113,7 +114,8 @@
               subjecttype,
               subjecttypename,
               AnnexFiles,
               tax_time
               tax_time,
               jxrq
        from service_funddetail
    </sql>
@@ -261,8 +263,7 @@
        where fundID &lt; #{fundID}
          and tax_time &lt; #{taxTime}
          and tax_time >= #{firstDay}
          -- and ApplyType = #{applyType}
          and BeneficiaryNo = #{beneficiaryNo}
          and IDCardNo=#{IDCard}
          and ApplyType in (1, 2)
    </select>