同步最新的 bugfix

This commit is contained in:
YunaiV
2024-04-14 22:09:11 +08:00
committed by dhb52
parent 488f99b512
commit b5af357dfc
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