From c5150b00e41bf3d87f51483842b908514831d4b9 Mon Sep 17 00:00:00 2001 From: yaooo <272523191@qq.com> Date: Tue, 19 Sep 2023 17:37:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=A4=B1=E8=B4=A5=E5=8E=9F?= =?UTF-8?q?=E5=9B=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controller/api/Auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controller/api/Auth.php b/app/controller/api/Auth.php index a4afb6ae..c077393e 100644 --- a/app/controller/api/Auth.php +++ b/app/controller/api/Auth.php @@ -1375,7 +1375,7 @@ class Auth extends BaseController 'fail_msg' => $remark ]; if ($status != 1) { - Db::name('merchant_intention')->where('mer_intention_id', $id)->where('type', 2)->update($updData); + Db::name('merchant_intention')->where('mer_intention_id', $id)->where('type', 1)->update($updData); } $repository->updateStatus($id, $data); } else {