From 04102f7237efefa744090ed7c25f7b5d0807b679 Mon Sep 17 00:00:00 2001
From: quanwei <419654421@qq.com>
Date: Thu, 05 Feb 2026 18:11:57 +0800
Subject: [PATCH] 完成运营中心提现和运营中心权限管理

---
 admin/app/shop/controller/product/Comment.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/admin/app/shop/controller/product/Comment.php b/admin/app/shop/controller/product/Comment.php
index 686247f..ebbf655 100644
--- a/admin/app/shop/controller/product/Comment.php
+++ b/admin/app/shop/controller/product/Comment.php
@@ -52,6 +52,7 @@
         $model = CommentModel::detail($comment_id);
         // 更新记录
         if ($model->edit($this->postData())) {
+            (new CommentModel)->updateScore($model['shop_supplier_id']);
             return $this->renderSuccess('修改成功');
         }
         return $this->renderError('修改失败');

--
Gitblit v1.9.2