|
|
@ -357,7 +357,7 @@ public class WorkActUserServiceImpl implements WorkActUserService { |
|
|
|
HistoricalActInfo historicalActInfo=getHistoricalActInfo(formDTO.getUserId()); |
|
|
|
resultDTO.setSignInActNum(historicalActInfo.getSignInActNum()); |
|
|
|
//减去当前的
|
|
|
|
resultDTO.setSignUpActNum(historicalActInfo.getSignUpActNum()-1); |
|
|
|
resultDTO.setSignUpActNum(historicalActInfo.getSignUpActNum()); |
|
|
|
resultDTO.setObtainPointsActNum(historicalActInfo.getObtainPointsActNum()); |
|
|
|
//历史活动列表
|
|
|
|
List<UserHistoricalActInfoDTO> actInfoList=actUserRelationDao.selectAllByUserId(formDTO.getUserId(),formDTO.getCurrentActId()); |
|
|
|