liusheng
2023-10-16 08f0193d8bbd4dd9f68706ac1313f564b7219f95
ruoyi-project/src/main/resources/mapper/project/ServiceFunddetailMapper.xml
@@ -57,8 +57,11 @@
        <result property="subjecttype" column="subjecttype"/>
        <result property="subjecttypename" column="subjecttypename"/>
        <result property="annexfiles" column="AnnexFiles"/>
        <result property="invoicefiles" column="InvoiceFiles"/>
        <result property="taxTime" column="tax_time"/>
        <result property="jxrq" column="jxrq"/>
        <result property="itemdescribe" column="ItemDescribe"/>
    </resultMap>
    <sql id="selectServiceFunddetailVo">
@@ -114,8 +117,10 @@
               subjecttype,
               subjecttypename,
               AnnexFiles,
               InvoiceFiles,
               tax_time,
               jxrq
               jxrq,
               ItemDescribe
        from service_funddetail
    </sql>
@@ -263,7 +268,7 @@
        where fundID &lt; #{fundID}
          and tax_time &lt; #{taxTime}
          and tax_time >= #{firstDay}
          and IDCardNo=#{IDCard}
          and IDCardNo = #{IDCard}
          and ApplyType in (1, 2)
    </select>