提交 dbe911d4 authored 作者: chengye's avatar chengye

test

上级 485efbd2
......@@ -102,6 +102,7 @@ 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);
......
......@@ -71,7 +71,6 @@ class Em extends Base
}
}
dd($ue);
$ue->price = $em->rule->pricing_type==1 ? $em->rule->pay_price : '';
$em->useage = $ue;
return $em;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论