作者 潘浩文
1 个管道 的构建 通过 耗费 1 秒

后台设备模块开发

@@ -84,7 +84,7 @@ class AdminLightOrderController extends AdminBaseController @@ -84,7 +84,7 @@ class AdminLightOrderController extends AdminBaseController
84 ->join('temple t','l.temple_id=t.id') 84 ->join('temple t','l.temple_id=t.id')
85 ->join('temple_area ta','l.area_id=ta.id') 85 ->join('temple_area ta','l.area_id=ta.id')
86 ->where($where) 86 ->where($where)
87 - ->field('lo.*,l.*,u.*,t.name as tname,ta.name as taname') 87 + ->field('lo.*,l.*,u.*,t.name as tname,ta.name as taname,lo.name as loname')
88 ->order('lo.create_time','desc') 88 ->order('lo.create_time','desc')
89 ->paginate('10'); 89 ->paginate('10');
90 //向地址传参 90 //向地址传参