|
|
@@ -92,13 +92,14 @@ class NoticeController extends PublicController
|
|
|
//零交会购票成功通知
|
|
|
if ($capitalType == dict::getDict('capitalType', 'ljhApply', 'id')) {
|
|
|
$ljh = LjhApplyClass::getByCondition(['orderSn' => $orderSn], true);
|
|
|
+ $ljhMobile = '';
|
|
|
if (!empty($ljh)) {
|
|
|
$ljhMobile = $ljh->mobile ?? '';
|
|
|
if (!empty($ljhMobile)) {
|
|
|
sms::send($ljhMobile . ',' . $orderSn, '恭喜,您已成功报名零交会(编号{svar}),会议时间是3.24-3.26,请提前做好出行和住宿安排');
|
|
|
}
|
|
|
}
|
|
|
- noticeUtil::push("零交会有新人报名,请注意查看", '15280215347');
|
|
|
+ noticeUtil::push("零交会有新人报名 {$ljhMobile} {$orderSn},请注意查看", '15280215347');
|
|
|
}
|
|
|
} catch (\Exception $e) {
|
|
|
$transaction->rollBack();
|