|
@@ -205,7 +205,7 @@ class ActivityController extends BaseController
|
|
|
// 用户派单的信息是否跟创建该活动的子账号一致
|
|
|
$sendOrderId = $this->send_order_id;
|
|
|
$qappAccountId = (int)getProp($activity, 'qapp_account_id');
|
|
|
- if ($qappAccountId) {
|
|
|
+ if ($qappAccountId && $sendOrderId) {
|
|
|
$sendOrder = QuickAppSendOrder::getSendOrderById($sendOrderId);
|
|
|
$qappAccount = QappChannelAccount::getByAccount(getProp($sendOrder, 'account'));
|
|
|
if ($qappAccountId !== (int)getProp($qappAccount, 'id')) {
|