liusheng
2023-11-07 940da0ee2cb7360710acf054de4dc07d2b7dafcc
ruoyi-project/src/main/resources/mapper/project/ServiceFunddetailMapper.xml
@@ -270,6 +270,16 @@
          and tax_time >= #{firstDay}
          and IDCardNo = #{IDCard}
          and ApplyType in (1, 2)
    </select>
    <select id="totlaTax" resultType="com.ruoyi.project.domain.ServiceFunddetail">
        <include refid="selectServiceFunddetailVo"/>
        where fundID in
        <foreach item="item" index="index" collection="list"
                 open="(" separator="," close=")">
            #{item}
        </foreach>
        and del_flag=0
    </select>
</mapper>