Browse Source

过滤已取消的报名

feature/screenDataPush
zhangyongzhangyong 4 years ago
parent
commit
b668974195
  1. 2
      esua-epdc/epdc-module/epdc-heart/epdc-heart-server/src/main/resources/mapper/activity/ActUserRelationDao.xml

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

@ -103,7 +103,7 @@
epdc_act_period_user pu
LEFT JOIN epdc_act_period p ON p.ID = pu.ACT_PERIOD_ID AND p.DEL_FLAG = '0'
WHERE
pu.DEL_FLAG = '0') t on t.ACT_USER_RELATION_ID = relation.id
pu.DEL_FLAG = '0' AND pu.PERIOD_STATUS NOT IN ('3', '4')) t on t.ACT_USER_RELATION_ID = relation.id
WHERE
relation.DEL_FLAG = '0' and eai.DEL_FLAG='0'
<if test="startTime != null and startTime != '' and endTime != null and endTime != ''">

Loading…
Cancel
Save