fcy 3 years ago
parent
commit
67159315bb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/web/controller/IndexController.php

+ 1 - 1
application/web/controller/IndexController.php

@@ -214,7 +214,7 @@ class IndexController extends MainController
             $v['STATUS'] = $sta[is_null($v['STATUS'])? 3:$v['STATUS']];
         }
 		$num=Db::table('deviceinfo')->where(array('PRIMARYADDR'=>$PRIMARYADDR))->count();
-        $this->api_return_json(compact('deviceinfo'), 1);
+        $this->api_return_json(compact('deviceinfo','num'), 1);
 
     }