liusheng
2023-07-18 27a798ad231418135e8cfb78c3d0d2c1bcfb39ad
ruoyi-project/src/main/resources/mapper/project/ServiceTravelexpensestandardMapper.xml
@@ -4,7 +4,7 @@
"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"    />
@@ -23,7 +23,7 @@
        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>