摘要: $res3 = DB::table('users') ->join('user_folow_boutiques', 'user_folow_boutiques.user_id', '=', 'users.id') ->join('boutique', 'boutique.id', '=', 'use 阅读全文
posted @ 2023-01-30 12:09 jzfan 阅读(55) 评论(0) 推荐(0) 编辑
摘要: $model=DB::table('tablebname') ->where(function($query) use ($res){ $query->where('xx','xx'); }) ->selectRaw("area,from_unixtime(created_time,'%Y-%m-% 阅读全文
posted @ 2023-01-30 00:03 jzfan 阅读(130) 评论(0) 推荐(0) 编辑