| xqd
@@ -150,7 +150,7 @@ class IndexController extends Controller
|
|
|
|
|
|
public function systemInfo($id)
|
|
|
{
|
|
|
- $user = UserInfoModel::fimd($id);
|
|
|
+ $user = UserInfoModel::find($id);
|
|
|
$end_dream_info = DreamInfoModel::where('user_id',$id)->where('end_time','>',date('Y-m-d H:i:s'))->get();
|
|
|
if (count($end_dream_info)>0) {
|
|
|
foreach ($end_dream_info as $item){
|