| | |
| | | <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"> |
| | |
| | | subjecttypename, |
| | | AnnexFiles, |
| | | tax_time, |
| | | jxrq |
| | | jxrq, |
| | | ItemDescribe |
| | | from service_funddetail |
| | | </sql> |
| | | |
| | |
| | | where fundID < #{fundID} |
| | | and tax_time < #{taxTime} |
| | | and tax_time >= #{firstDay} |
| | | and IDCardNo=#{IDCard} |
| | | and IDCardNo = #{IDCard} |
| | | and ApplyType in (1, 2) |
| | | </select> |
| | | |