同步最新的 bugfix

This commit is contained in:
YunaiV
2024-04-14 22:09:11 +08:00
parent ed5f3a6bc2
commit 2a40678ff8
13 changed files with 19 additions and 14 deletions

View File

@ -113,7 +113,7 @@ public class ProductCommentServiceImpl implements ProductCommentService {
// 更新可见状态
productCommentMapper.updateById(new ProductCommentDO().setId(updateReqVO.getId())
.setVisible(true));
.setVisible(updateReqVO.getVisible()));
}
@Override