no commit message
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -737,6 +737,7 @@ class InquiryService extends CommonService
|
||||
}
|
||||
}
|
||||
$inquiry->status = -1;
|
||||
$inquiry->return_price_status = 0;
|
||||
}
|
||||
return $inquiry->save();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user