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

修复抄表时,对电表基本信息进行校验

上级 242489e0
......@@ -270,7 +270,7 @@ class Em extends Base
public function check(){
$post = Request::post();
$em_numb = $post['em_numb'];
$em_numb = $post['id'];
$em = \app\em\model\Em::with('rule')->get(['em_numb'=>$em_numb]);
if(!isset($em->rule->pay_price) || empty($em->rule->pay_price)){
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论