|
@@ -125,11 +125,11 @@ class WelcomeController extends BaseController
|
|
|
|
|
|
|
|
|
|
$adPositions = [];
|
|
$adPositions = [];
|
|
-
|
|
+ if ($sendOrderId) {
|
|
-
|
|
+ $sendOrder = QappSendOrder::getSendOrderById($sendOrderId);
|
|
-
|
|
+ $channelAccount = QappChannelAccount::getByAccount(getProp($sendOrder, 'account'));
|
|
-
|
|
+ $adPositions = AdPositionService::getInstance()->getAdPositions($this->uid, getProp($channelAccount, 'id'));
|
|
-
|
|
+ }
|
|
|
|
|
|
|
|
|
|
$data = [
|
|
$data = [
|