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

后台设备模块开发

@@ -148,7 +148,8 @@ class AdminLightOrderController extends AdminBaseController @@ -148,7 +148,8 @@ class AdminLightOrderController extends AdminBaseController
148 $area = Db::name('temple_area')->where('temple_id', $data['temple_id'])->select(); 148 $area = Db::name('temple_area')->where('temple_id', $data['temple_id'])->select();
149 $this->assign('area', $area); 149 $this->assign('area', $area);
150 $location=json_decode($this->getLocation($id=$data['area_id'],$lightId=$data['light_id']),true); 150 $location=json_decode($this->getLocation($id=$data['area_id'],$lightId=$data['light_id']),true);
151 - 151 +var_dump($location);
  152 +exit();
152 $this->assign('location', $location); 153 $this->assign('location', $location);
153 $this->assign('list', $data); 154 $this->assign('list', $data);
154 return $this->fetch(); 155 return $this->fetch();