提交 4710fa98 authored 作者: chengye's avatar chengye

test

上级 dbe911d4
...@@ -102,7 +102,6 @@ class Useage extends Base ...@@ -102,7 +102,6 @@ class Useage extends Base
} }
$em = (new \app\em\model\Em)->getEmUseageInfoById($em_id,$detail); $em = (new \app\em\model\Em)->getEmUseageInfoById($em_id,$detail);
dd($em);
//基站信息 //基站信息
$station_info = Station::getBaseInfoById($em->station_id); $station_info = Station::getBaseInfoById($em->station_id);
$this->assign('station',$station_info); $this->assign('station',$station_info);
......
...@@ -73,6 +73,8 @@ class Em extends Base ...@@ -73,6 +73,8 @@ class Em extends Base
} }
$ue->price = $em->rule->pricing_type==1 ? $em->rule->pay_price : ''; $ue->price = $em->rule->pricing_type==1 ? $em->rule->pay_price : '';
$em->useage = $ue; $em->useage = $ue;
dd($ue);
return $em; return $em;
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论