| | |
| | | <result property="subjecttypename" column="subjecttypename"/> |
| | | <result property="annexfiles" column="AnnexFiles"/> |
| | | <result property="taxTime" column="tax_time"/> |
| | | <result property="jxrq" column="jxrq"/> |
| | | </resultMap> |
| | | |
| | | <sql id="selectServiceFunddetailVo"> |
| | |
| | | subjecttype, |
| | | subjecttypename, |
| | | AnnexFiles, |
| | | tax_time |
| | | tax_time, |
| | | jxrq |
| | | from service_funddetail |
| | | </sql> |
| | | |
| | |
| | | where fundID < #{fundID} |
| | | and tax_time < #{taxTime} |
| | | and tax_time >= #{firstDay} |
| | | -- and ApplyType = #{applyType} |
| | | and BeneficiaryNo = #{beneficiaryNo} |
| | | and IDCardNo=#{IDCard} |
| | | and ApplyType in (1, 2) |
| | | </select> |
| | | |