正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -294,7 +294,7 @@ class Order extends Backend | @@ -294,7 +294,7 @@ class Order extends Backend | ||
294 | * @return void | 294 | * @return void |
295 | */ | 295 | */ |
296 | public function chackordershow(){ | 296 | public function chackordershow(){ |
297 | - $res=Db::name("order")->where("driver_id",'')->select(); | 297 | + $res=Db::name("order")->where("driver_id",null)->select(); |
298 | print_r($res);return; | 298 | print_r($res);return; |
299 | $isreturn=0; | 299 | $isreturn=0; |
300 | if(!empty($res)){ | 300 | if(!empty($res)){ |
-
请 注册 或 登录 后发表评论