liusheng
2023-10-16 08f0193d8bbd4dd9f68706ac1313f564b7219f95
ruoyi-project/src/main/resources/mapper/project/ServiceFunddetailMapper.xml
@@ -57,7 +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">
@@ -113,7 +117,10 @@
               subjecttype,
               subjecttypename,
               AnnexFiles,
               tax_time
               InvoiceFiles,
               tax_time,
               jxrq,
               ItemDescribe
        from service_funddetail
    </sql>
@@ -261,8 +268,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>