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

后台设备模块开发

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