作者 郭文星

123

@@ -294,7 +294,8 @@ class Order extends Backend @@ -294,7 +294,8 @@ 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("is_show",0)->select(); 297 + $res=Db::name("order")->where("driver_id",'')->select();
  298 + print_r($res);return;
298 $isreturn=0; 299 $isreturn=0;
299 if(!empty($res)){ 300 if(!empty($res)){
300 $isreturn=1; 301 $isreturn=1;