|
|
$customId = Yii::$app->request->get('customId', 0);
|
|
$customId = Yii::$app->request->get('customId', 0);
|
|
|
$custom = CustomClass::getById($customId, true);
|
|
$custom = CustomClass::getById($customId, true);
|
|
|
$itemInfoData = ProductClass::getAllByCondition($where, ['inTurn' => SORT_DESC, 'actualSold' => SORT_DESC], "*");
|
|
$itemInfoData = ProductClass::getAllByCondition($where, ['inTurn' => SORT_DESC, 'actualSold' => SORT_DESC], "*");
|