@@ -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' => '删除失败']);
// 告知结果