liusheng
2023-10-08 8b8ca4fb9791a5b79107e354cde500ed6f278219
ruoyi-project/src/main/resources/mapper/project/ServiceFunddetailMapper.xml
@@ -58,6 +58,8 @@
        <result property="subjecttypename" column="subjecttypename"/>
        <result property="annexfiles" column="AnnexFiles"/>
        <result property="taxTime" column="tax_time"/>
        <result property="jxrq" column="jxrq"/>
        <result property="itemdescribe" column="ItemDescribe"/>
    </resultMap>
    <sql id="selectServiceFunddetailVo">
@@ -113,7 +115,9 @@
               subjecttype,
               subjecttypename,
               AnnexFiles,
               tax_time
               tax_time,
               jxrq,
               ItemDescribe
        from service_funddetail
    </sql>
@@ -261,8 +265,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>