no commit message

This commit is contained in:
annnj-home
2026-04-28 18:44:17 +08:00
parent cb918f3ae6
commit f7d753f086
2 changed files with 2 additions and 1 deletions

View File

@@ -205,6 +205,7 @@ class BocCommon extends Base
if ($res === false) {
return $this->buildFailed("更新发送报告状态失败");
}
Db::name('inquiry')->where('id', $quot_id)->update(['is_send_report_to_bank_success' => 1]);
return $this->buildSuccess();
}