|
|
|
@ -471,7 +471,10 @@ public class ActUserRelationServiceImpl extends BaseServiceImpl<ActUserRelationD |
|
|
|
actUserLog.setActUserRelationId(entity.getId()); |
|
|
|
actUserLog.setOperationType(actUserDefaultState);// 默认状态
|
|
|
|
actUserLog.setOperationTime(new Date()); |
|
|
|
actUserLogDao.insert(actUserLog); |
|
|
|
int insertCount = actUserLogDao.insert(actUserLog); |
|
|
|
if (insertCount > NumConstant.ZERO) { |
|
|
|
this.insertUserInformation(entity, actUserLog.getId()); |
|
|
|
} |
|
|
|
} |
|
|
|
} else { |
|
|
|
return new Result().ok("该活动暂时没有未审核的志愿者"); |
|
|
|
|