$pro_res = D('Product')->get_one(array( 'num' => $number));
dump($pro_res);die;
打印false,打印sql:SELECT * FROM `product` WHERE `num` = '122' LIMIT 1 数据库运行正常
$pro_res = D('Product')->get_one(array( 'num' => $number));
dump($pro_res);die;
打印false,打印sql:SELECT * FROM `product` WHERE `num` = '122' LIMIT 1 数据库运行正常
Peter·Python 2021-03-15 11:13:231楼
你要使用低版本php
赞 +添加回复