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

后台设备模块开发

@@ -147,6 +147,8 @@ class AdminLightOrderController extends AdminBaseController @@ -147,6 +147,8 @@ class AdminLightOrderController extends AdminBaseController
147 $this->assign('temple', $temple); 147 $this->assign('temple', $temple);
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 + var_dump($data['area_id']);
  151 + var_dump($data['light_id']);
150 $location=json_decode($this->getLocation($id=$data['area_id'],$lightId=$data['light_id']),true); 152 $location=json_decode($this->getLocation($id=$data['area_id'],$lightId=$data['light_id']),true);
151 var_dump($location); 153 var_dump($location);
152 exit(); 154 exit();