zhongrj
2022-10-24 0cc95376f2af6fa5dfbe63ff79cbaf94674531e0
src/main/java/org/springblade/modules/road/mapper/RoadMapper.xml
@@ -8,6 +8,7 @@
        <result column="roadName" property="roadname"/>
        <result column="jd" property="jd"/>
        <result column="wd" property="wd"/>
        <result column="addressName" property="addressName"/>
    </resultMap>
@@ -16,7 +17,7 @@
    </select>
    <select id="selectList" resultType="java.util.HashMap">
        select roadName as roadname,jd,wd from sys_road
        select roadName as roadname,jd,wd,x from sys_road
    </select>
</mapper>