$datas = DB::table('smartmpush_detail as d')
->leftJoin('tracks as t', 'd.openid', '=', 't.openid')
->select('d.realname','t.sendnums')
->where('d.openid','opl0s1s5Q7OxEeIBrdkEM-HGZm90')
->get();
$datas = DB::table('smartmpush_detail as d')
->leftJoin('tracks as t', 'd.openid', '=', 't.openid')
->select('d.realname','t.sendnums')
->where('d.openid','opl0s1s5Q7OxEeIBrdkEM-HGZm90')
->get();
本文标题:联查
本文链接:https://www.haomeiwen.com/subject/nouewltx.html
网友评论