Browse Source

活动修改

feature/dangjian
李鹏飞 6 years ago
parent
commit
8744430bb7
  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

@ -208,6 +208,8 @@
actInfo.SIGNUP_NUM,
actInfo.CLOCK_NUM,
case
when actInfo.ACT_STATUS = '0'
then '5'
when <![CDATA[ DATE_FORMAT(actInfo.SIGNUP_END_TIME,'%Y-%m-%d %H:%i:%s') >= ]]> #{timestamp}
then case when actInfo.SIGNUP_NUM = ACT_QUOTA and actInfo.ACT_QUOTA_CATEGORY = 1
then '1'

Loading…
Cancel
Save