| xqd
@@ -38,7 +38,7 @@ class AgentController extends Controller
|
|
|
$query = $query->pushCriteria(new OrderBy('id','DESC'));
|
|
|
}
|
|
|
$list = $query->paginate();
|
|
|
- // dd($list);
|
|
|
+ dd($list);
|
|
|
foreach ($list as $item){
|
|
|
$product = AlbumProductPriceModel::where([['agent_id',$item->id],['store_id',$this->getStoreId()]])->first();
|
|
|
if(!empty($product)){
|