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

test

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