|
|
@ -242,7 +242,7 @@ |
|
|
|
<result property="topicLatitude" column="TOPIC_LATITUDE"/> |
|
|
|
<result property="topicLongitude" column="TOPIC_LONGITUDE"/> |
|
|
|
<result property="groupName" column="GROUP_NAME"/> |
|
|
|
<result property="ownGrid" column="ownGrid"/> |
|
|
|
<result property="allDeptNames" column="ALL_DEPT_NAMES"/> |
|
|
|
<collection property="images" ofType="java.lang.String"> |
|
|
|
<result property="image" column="IMG_URL"/> |
|
|
|
</collection> |
|
|
@ -257,7 +257,7 @@ |
|
|
|
tp.TOPIC_LATITUDE, |
|
|
|
tp.TOPIC_LONGITUDE, |
|
|
|
tp.GROUP_NAME, |
|
|
|
CONCAT( tp.AREA, tp.STREET, tp.COMMUNITY, tp.GRID ) AS ownGrid, |
|
|
|
tp.ALL_DEPT_NAMES, |
|
|
|
img.IMG_URL |
|
|
|
FROM |
|
|
|
epdc_topic tp |
|
|
|