Rivers李
2020-07-17 20:39
下一步执行报错
$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搭建迷你小程序
91499 学习 · 621 问题
相似问题