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

@@ -958,9 +958,6 @@ class Pending extends Base
// 写入消息
if ($message_flag == 1) { // 回价提交发现消息
\think\facade\Log::write('Pending/save: 开始推送未回价数量', 'push_debug');
$result = \fetchAndPushUnreturnedPriceCount();
\think\facade\Log::write('Pending/save: 推送结果: ' . ($result ? '成功' : '失败'), 'push_debug');
PublicMessage($id, 2, 2);
} else { // 调价提交发送消息
PublicMessage($id, 2, 4);