Browse Source

活动名字 去除 招募令

feature/screenDataPush
songyunpeng 4 years ago
parent
commit
946c96f5f7
  1. 2
      esua-epdc/epdc-module/epdc-heart/epdc-heart-server/src/main/resources/mapper/activity/ActInfoDao.xml

2
esua-epdc/epdc-module/epdc-heart/epdc-heart-server/src/main/resources/mapper/activity/ActInfoDao.xml

@ -155,7 +155,7 @@
select * from (
SELECT
actInfo.ID,
<if test='actType != null and actType != "" and actType == "0"'>CONCAT(actInfo.TITLE,'招募令') as TITLE,</if>
actInfo.TITLE as TITLE,
<if test='actType != null and actType != "" and actType == "1"'>CONCAT(actInfo.TITLE,'集锦') as TITLE,</if>
actInfo.HEAD_PIC,
DATE_FORMAT(actInfo.ACT_START_TIME,'%Y-%m-%d %H:%i') ACT_START_TIME,

Loading…
Cancel
Save