select([ 'id', 'name', 'logo', 'introduction', 'announcement', 'address', 'tel', 'stall_info', 'is_rest','time1', 'time2', 'time3', 'time4', ]) ->where(['id' => $storeId, 'market_id' => $marketId]) ->first()->toArray(); } }