提交 9f7e3c35 authored 作者: chengye's avatar chengye

test

上级 4710fa98
...@@ -114,6 +114,7 @@ class Useage extends Base ...@@ -114,6 +114,7 @@ class Useage extends Base
$this->assign('staffs',(new Staff())->getStaffs($user['is_admin'],'','useage')); $this->assign('staffs',(new Staff())->getStaffs($user['is_admin'],'','useage'));
$this->assign('em',$em); $this->assign('em',$em);
dd($em);
$this->assign('detail',$detail); $this->assign('detail',$detail);
return $this->fetch('default'); return $this->fetch('default');
} }
......
...@@ -73,8 +73,6 @@ class Em extends Base ...@@ -73,8 +73,6 @@ 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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论