fix:合并代码后修改差异完善商品评论相关

This commit is contained in:
puhui999
2023-06-12 17:02:46 +08:00
parent 5cfcaa1a6e
commit 60172274ec
13 changed files with 212 additions and 105 deletions

View File

@@ -148,4 +148,6 @@ public class AppTradeOrderController {
return success(productCommentApi.createComment(TradeOrderConvert.INSTANCE.convert04(createReqVO), item.getOrderId()));
}
// TODO 合并代码后发现只有商家回复功能 用户追评不要了吗?
}