Browse Source

方法私有

feature/dangjian
yujintao 5 years ago
parent
commit
ee73489e2b
  1. 2
      esua-epdc/epdc-module/epdc-heart/epdc-heart-server/src/main/java/com/elink/esua/epdc/modules/activity/service/impl/ActInfoServiceImpl.java

2
esua-epdc/epdc-module/epdc-heart/epdc-heart-server/src/main/java/com/elink/esua/epdc/modules/activity/service/impl/ActInfoServiceImpl.java

@ -294,7 +294,7 @@ public class ActInfoServiceImpl extends BaseServiceImpl<ActInfoDao, ActInfoEntit
* @Description 返回当前活动下用户状态0-我要报名1-取消报名2-已报满3-未开始4-我要打卡5-更新打卡6-已结束7-已取消 * @Description 返回当前活动下用户状态0-我要报名1-取消报名2-已报满3-未开始4-我要打卡5-更新打卡6-已结束7-已取消
* @Date 2020/2/5 21:54 * @Date 2020/2/5 21:54
**/ **/
public String getCurrentUserStatus(String actId, String userId) { private String getCurrentUserStatus(String actId, String userId) {
ActInfoEntity actInfoEntity = baseDao.selectById(actId); ActInfoEntity actInfoEntity = baseDao.selectById(actId);
// 活动已取消 // 活动已取消

Loading…
Cancel
Save