src/main/resources/mapper/all/BaseQueryMapper.xml
@@ -67,4 +67,8 @@ union all select '县' "key", cname "value" from bs.th_county_area where ST_Intersects(ST_PointFromText(#{wkt}, 4490), geom); </select> <select id="selectBaseType" resultType="com.lf.server.entity.data.DirEntity"> select * from lf.sys_dir where pid = 1 </select> </mapper>