|
|
|
@ -32,12 +32,7 @@ |
|
|
|
<select id="selectListActApplyRecord" |
|
|
|
resultType="com.elink.esua.epdc.activity.result.ActApplyRecordResultDTO"> |
|
|
|
select ID,ACT_TITLE,CREATED_TIME, |
|
|
|
case ACT_STATUS |
|
|
|
when '0' then '待审核' |
|
|
|
when '1' then '审核通过' |
|
|
|
when '2' then '审核不通过' |
|
|
|
ELSE '' |
|
|
|
END as ACT_STATUS |
|
|
|
ACT_STATUS |
|
|
|
from epdc_act_apply_info |
|
|
|
where APPLY_USER_ID = #{userId} |
|
|
|
order by CREATED_TIME desc |
|
|
|
|