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('修改失败');