更新失败原因

This commit is contained in:
yaooo 2023-09-19 17:37:11 +08:00
parent 5f994577d9
commit c5150b00e4

View File

@ -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 {