|
|
@ -182,7 +182,7 @@ public class ActUserRelationServiceImpl extends BaseServiceImpl<ActUserRelationD |
|
|
|
ActUserLogDTO actUserLogDTO = new ActUserLogDTO(); |
|
|
|
actUserLogDTO.setActUserRelationId(entity.getId()); |
|
|
|
actUserLogDTO.setOperationType(ActUserRelationStatusConstant.SIGN_UP); |
|
|
|
actUserLogDTO.setOperationTime(entity.getCreatedTime()); |
|
|
|
actUserLogDTO.setOperationTime(new Date()); |
|
|
|
actUserLogService.save(actUserLogDTO); |
|
|
|
//更新epdc_act_info的已报名名额
|
|
|
|
actInfoDTO.setSignupNum(actInfoDTO.getSignupNum() + 1); |
|
|
|