Browse Source

活动详情打卡列表修复

feature/dangjian
yujintao 5 years ago
parent
commit
8f413fb819
  1. 1
      esua-epdc/epdc-module/epdc-heart/epdc-heart-server/src/main/resources/mapper/activity/ActUserRelationDao.xml

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

@ -224,7 +224,6 @@
left join epdc_act_user_clock_log auc on aur.ID = auc.ACT_USER_ID left join epdc_act_user_clock_log auc on aur.ID = auc.ACT_USER_ID
where aur.DEL_FLAG = '0' and auc.DEL_FLAG = '0' where aur.DEL_FLAG = '0' and auc.DEL_FLAG = '0'
and aur.ACT_ID = #{actId} and aur.ACT_ID = #{actId}
and aur.status in ('2')
order by auc.CLOCK_TIME desc order by auc.CLOCK_TIME desc
</select> </select>

Loading…
Cancel
Save