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

来源:3-9 统一异常处理功能的实现

Rivers李

2020-07-17 20:39

http://img.mukewang.com/5f119bbe0001be4c18540945.jpg

下一步执行报错

http://img1.mukewang.com/5f119bbf0001e72314010810.jpg


写回答 关注

1回答

  • 慕斯卡8443037
    2020-11-20 17:12:30
    $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);
    }


SpringBoot+MyBatis搭建迷你小程序

SpringBoot+MyBatis搭建小程序后台

91499 学习 · 621 问题

查看课程

相似问题