| | |
| | | <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' |