瀏覽代碼

[智价云] 违规商品删除更新

tangyuanwang 2 月之前
父節點
當前提交
655a7e9075
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Http/Controllers/Manager/Process/ViolationProduct.php

+ 1 - 1
app/Http/Controllers/Manager/Process/ViolationProduct.php

@@ -573,7 +573,7 @@ class ViolationProduct extends Controller
         // 查询用户
         $where = ['id' => $id];
         // 执行删除
-        $result =  $ViolationProductModel->deleteLowPriceGoods($where);
+        $result =  $ViolationProductModel->deleteViolationProduct($where);
         // 提示删除失败
         if (!$result)    return json_send(['code' => 'error', 'msg' => '删除失败']);
         // 告知结果