From 9dc6ea134529ef018a282c91225855aa8a41c6b8 Mon Sep 17 00:00:00 2001 From: jrbin Date: Thu, 23 Nov 2023 11:50:11 +0800 Subject: [PATCH] =?UTF-8?q?option=E5=88=AA=E9=99=A4=20=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wms/crm/async_req.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wms/crm/async_req.php b/wms/crm/async_req.php index af5a0d5a..9c04bf7f 100644 --- a/wms/crm/async_req.php +++ b/wms/crm/async_req.php @@ -19,5 +19,5 @@ function rm_option($req) { $vol_no = $req['vol_no']; $model_no = $req['model_no']; - DB::query("delete from hope_elevator_option_price where vol_no='$vol_no' and model_no='$model_no'"); + DB::query("delete from hope_elevator_option_price where vol_no='$vol_no' and id='$model_no'"); }