|
|
@ -177,7 +177,7 @@ public class ActUserRelationServiceImpl extends BaseServiceImpl<ActUserRelationD |
|
|
|
updateEntity.setAuditTime(new Date()); |
|
|
|
updateById(updateEntity); |
|
|
|
// 未通过时 活动表报名数减一
|
|
|
|
if(ActStateConstant.ACT_USER_RELATION_STATUS_AUDITREJECT.equals(entity.getStatus())){ |
|
|
|
if(ActStateConstant.ACT_USER_RELATION_STATUS_AUDITREJECT.equals(dto.getStatus())){ |
|
|
|
actInfoService.minusSignUpNum(entity.getActId()); |
|
|
|
} |
|
|
|
//
|
|
|
|