|
@@ -2,7 +2,7 @@
|
|
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
|
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
|
<mapper namespace="com.fdkankan.fusion.mapper.IDictFileMapper">
|
|
<mapper namespace="com.fdkankan.fusion.mapper.IDictFileMapper">
|
|
<select id="pageList" resultType="com.fdkankan.fusion.response.DictFileVo">
|
|
<select id="pageList" resultType="com.fdkankan.fusion.response.DictFileVo">
|
|
- SELECT * from t_dict_file df
|
|
|
|
|
|
+ SELECT *,cu.wgs84,cu.gcj02 from t_dict_file df
|
|
LEFT JOIN t_dict d on df.dict_id = d.id
|
|
LEFT JOIN t_dict d on df.dict_id = d.id
|
|
LEFT JOIN t_common_upload cu on df.upload_id = cu.id
|
|
LEFT JOIN t_common_upload cu on df.upload_id = cu.id
|
|
where df.rec_status = 'A'
|
|
where df.rec_status = 'A'
|