|
@ -452,7 +452,8 @@ |
|
|
t.topic_content as topicContent, |
|
|
t.topic_content as topicContent, |
|
|
unix_timestamp(t.created_time) as releaseTime, |
|
|
unix_timestamp(t.created_time) as releaseTime, |
|
|
g.GROUP_NAME as releaseGroupName, |
|
|
g.GROUP_NAME as releaseGroupName, |
|
|
g.GRID_ID as releaseGridId |
|
|
g.GRID_ID as releaseGridId, |
|
|
|
|
|
t.GROUP_ID as groupId |
|
|
from resi_topic t |
|
|
from resi_topic t |
|
|
inner join resi_group g on (t.GROUP_ID = g.ID and g.CUSTOMER_ID = #{customerId}) |
|
|
inner join resi_group g on (t.GROUP_ID = g.ID and g.CUSTOMER_ID = #{customerId}) |
|
|
where t.CREATED_BY = #{userId} |
|
|
where t.CREATED_BY = #{userId} |
|
|