Browse Source

活动 我要申请 sql修改

feature/syp_points
songyunpeng 5 years ago
parent
commit
c9d59401a5
  1. 7
      esua-epdc/epdc-module/epdc-heart/epdc-heart-server/src/main/resources/mapper/activity/ActApplyInfoDao.xml

7
esua-epdc/epdc-module/epdc-heart/epdc-heart-server/src/main/resources/mapper/activity/ActApplyInfoDao.xml

@ -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

Loading…
Cancel
Save