|
|
@ -41,6 +41,7 @@ |
|
|
|
<result property="updatedBy" column="UPDATED_BY"/> |
|
|
|
<result property="updatedTime" column="UPDATED_TIME"/> |
|
|
|
<result property="actUserDefaultState" column="ACT_USER_DEFAULT_STATE"/> |
|
|
|
<result property="actNewsContent" column="ACT_NEWS_CONTENT"/> |
|
|
|
</resultMap> |
|
|
|
<resultMap type="com.elink.esua.epdc.activity.result.ActInfoResultDTO" id="actResultMap"> |
|
|
|
<result property="id" column="ID"/> |
|
|
@ -487,7 +488,8 @@ |
|
|
|
eai.REWARD, |
|
|
|
eai.PUNISHMENT_POINTS as punishmentPoints, |
|
|
|
eai.REQUIREMENT as requirement, |
|
|
|
eai.ACT_CONTENT as actContent |
|
|
|
eai.ACT_CONTENT as actContent, |
|
|
|
ACT_NEWS_CONTENT as actNewsContent |
|
|
|
from epdc_act_info eai |
|
|
|
where eai.DEL_FLAG='0' |
|
|
|
and eai.id=#{actId} |
|
|
|