提交修改
This commit is contained in:
parent
44ce3e5906
commit
f7dc7458f0
@ -153,6 +153,7 @@ public class AdminCommentController {
|
||||
VvCommentEntity vvCommentEntity = vvCommentDao.selectVvCommentById(vvCommentRequest.getId());
|
||||
vvCommentEntity.setStatus(CommentStatusEnums.approval_not_pass.getStatus());
|
||||
vvCommentEntity.setRejectUser(vvCommentRequest.getUserName());
|
||||
vvCommentEntity.setReason(vvCommentRequest.getReason());
|
||||
vvCommentDao.updateVvCommentById(vvCommentEntity);
|
||||
return R.ok();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user