作者 xiaohu thinkpad

我的订单详情标题

... ... @@ -192,7 +192,7 @@ class BookingController extends AdminBaseController
}
$where['yy.create_time'] = array('gt',0);
$where['yy.yid'] = array('gt',0);
$where['yy.uid'] = array('gt',0);
$list = DB::name('yuyue')
->alias('yy')
->join('qnb_user u','u.id=yy.teach_id')
... ...