| | |
| | | <result property="servicetypename" column="SERVICETYPENAME"/> |
| | | <result property="orderno" column="OrderNo"/> |
| | | <result property="itemcode" column="ItemCode"/> |
| | | <result property="subjecttype" column="subjecttype"/> |
| | | <result property="subjecttypename" column="subjecttypename"/> |
| | | </resultMap> |
| | | |
| | | <sql id="selectServiceFunddetailVo"> |
| | |
| | | SERVICESSCOPE, |
| | | SERVICESSCOPENAME, |
| | | SERVICETYPE, |
| | | SERVICETYPENAME |
| | | SERVICETYPENAME, |
| | | subjecttype, |
| | | subjecttypename |
| | | from service_funddetail |
| | | </sql> |
| | | |
| | |
| | | a.SERVICESSCOPE, |
| | | a.SERVICESSCOPENAME, |
| | | a.SERVICETYPE, |
| | | a.SERVICETYPENAME |
| | | a.SERVICETYPENAME, |
| | | a.subjecttype, |
| | | a.subjecttypename |
| | | from service_funddetail a, |
| | | service_fund b |
| | | where a.del_flag = '0' |
| | |
| | | |
| | | </select> |
| | | |
| | | <select id="getTaxBeforeByBeneFiciaryNo" parameterType="com.ruoyi.project.domain.vo.TaxMoneyVO" |
| | | resultMap="ServiceFunddetailResult"> |
| | | <include refid="selectServiceFunddetailVo"/> |
| | | where create_time like concat(#{startTime}, '%') and beneficiaryNo=#{beneficiaryNo} |
| | | |
| | | </select> |
| | | |
| | | </mapper> |