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>