|
|
@ -139,6 +139,9 @@ |
|
|
|
<collection property="eventPerson" ofType="java.lang.String"> |
|
|
|
<result column="person"/> |
|
|
|
</collection> |
|
|
|
<collection property="eventPersonIds" ofType="java.lang.String"> |
|
|
|
<result column="personUserId"/> |
|
|
|
</collection> |
|
|
|
<collection property="orgNameList" ofType="java.lang.String"> |
|
|
|
<result column="orgId"/> |
|
|
|
</collection> |
|
|
@ -158,6 +161,7 @@ |
|
|
|
ea.ATTACHMENT_TYPE AS type, |
|
|
|
ea.duration AS duration, |
|
|
|
IF(ISNULL(em.USER_SHOW_NAME),NULL,concat('人大代表-',em.USER_SHOW_NAME)) AS person, |
|
|
|
em.user_id as personUserId, |
|
|
|
re.GRID_ID AS gridId, |
|
|
|
re.CREATED_BY AS eventUserId, |
|
|
|
ro.ORG_ID AS orgId |
|
|
|