@@ -196,6 +196,15 @@ public class FsStoreOrderController extends BaseController
}
+ /**
+ * 获取订单评价详细信息
+ */
+ @GetMapping(value = "/comment/{commentId}")
+ public AjaxResult getCommentInfo(@PathVariable("commentId") Long commentId)
+ {
+ return AjaxResult.success(fsStoreOrderScrmCommentService.selectFsStoreOrderScrmCommentByCommentId(commentId));
+ }
+
/**
* 修改订单评价
*/