no commit message

This commit is contained in:
annnj-company
2026-04-24 11:52:15 +08:00
parent 522c222ae3
commit 68a0b1ab22
2 changed files with 4 additions and 0 deletions

View File

@@ -908,6 +908,9 @@ 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);