quanwei
18 hours ago c441dea81bd86bdfb12dff35821fed51f4cc91c2
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('修改失败');