为了账号安全,请及时绑定邮箱和手机立即绑定

编辑时,前端获取不到值,debug定位到控制器,到modelMap时,报错,这个错误能帮忙看一下吗

http://img1.sycdn.imooc.com//5f119bbe0001be4c18540945.jpg

下一步执行报错

http://img1.sycdn.imooc.com//5f119bbf0001e72314010810.jpg


正在回答

1 回答

$home = model('Home')->where($where)->find();
if ($home != null) {
   $order_where = [
      'home_id'  => $home['home_id'],
      'type'    => array('in',[0,1]),
      'status'   => 1,
      'pay_status'   => 0,
   ];
   $order = model('Orders')->where($order_where)->select()->toArray();
   $count = count($order);
}


0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

编辑时,前端获取不到值,debug定位到控制器,到modelMap时,报错,这个错误能帮忙看一下吗

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信