no commit message

This commit is contained in:
annnj-company
2026-04-27 10:16:50 +08:00
parent 6fc3e6b64f
commit 0b78d5ad12
3 changed files with 0 additions and 9 deletions

View File

@@ -138,9 +138,6 @@ class Bussiness extends Base
$res = $inquiryService->createInquiry($data);
if($res['code'] == 1){
\think\facade\Log::write('Bussiness/save: 开始推送未回价数量', 'push_debug');
$result = \fetchAndPushUnreturnedPriceCount();
\think\facade\Log::write('Bussiness/save: 推送结果: ' . ($result ? '成功' : '失败'), 'push_debug');
return $this->buildSuccess();
}
return $this->buildFailed($res['code'], $res['msg']);