|
$query = $query->pushCriteria(new OrderBy('id','DESC'));
|
|
$query = $query->pushCriteria(new OrderBy('id','DESC'));
|
|
$product = AlbumProductPriceModel::where([['agent_id',$item->id],['store_id',$this->getStoreId()]])->first();
|
|
$product = AlbumProductPriceModel::where([['agent_id',$item->id],['store_id',$this->getStoreId()]])->first();
|