|  |  | 
 |  |  | "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> | 
 |  |  | <mapper namespace="com.ruoyi.project.mapper.ServiceTravelexpensestandardMapper"> | 
 |  |  |      | 
 |  |  |     <resultMap type="ServiceTravelexpensestandard" id="ServiceTravelexpensestandardResult"> | 
 |  |  |     <resultMap type="com.ruoyi.project.domain.ServiceTravelexpensestandard" id="ServiceTravelexpensestandardResult"> | 
 |  |  |         <result property="id"    column="ID"    /> | 
 |  |  |         <result property="provincecode"    column="PROVINCECODE"    /> | 
 |  |  |         <result property="citycode"    column="CITYCODE"    /> | 
 |  |  | 
 |  |  |         select ID, PROVINCECODE, CITYCODE, TOWNCODE, BEGINDATE, ENDDATE, FIRSTLEVELCOST, SECONDLEVELCOST, THIRDLEVELCOST from service_travelexpensestandard | 
 |  |  |     </sql> | 
 |  |  |  | 
 |  |  |     <select id="selectServiceTravelexpensestandardList" parameterType="ServiceTravelexpensestandard" resultMap="ServiceTravelexpensestandardResult"> | 
 |  |  |     <select id="selectServiceTravelexpensestandardList" parameterType="com.ruoyi.project.domain.ServiceTravelexpensestandard" resultMap="ServiceTravelexpensestandardResult"> | 
 |  |  |         <include refid="selectServiceTravelexpensestandardVo"/> | 
 |  |  |         <where> | 
 |  |  |             <if test="provincecode != null  and provincecode != ''"> and PROVINCECODE = #{provincecode}</if> |