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 {