north 7 years ago
parent
commit
c83c50be04
1 changed files with 3 additions and 1 deletions
  1. 3 1
      www/protected/modules/j/controllers/HouseKeepingController.php

+ 3 - 1
www/protected/modules/j/controllers/HouseKeepingController.php

@@ -59,7 +59,9 @@ class HouseKeepingController extends JBaseController
         foreach ($tmp as $k => $v) {
 
             $data[$i]['store_id'] = $v->store_id;
-            $data[$i++]['store_name'] = $v->store_name;
+            $data[$i]['store_name'] = $v->store_name;
+            $data[$i]['mobile'] = $v->mobile;
+            $data[$i++]['address'] = $v->address;
         }
         echo json_encode($data);
     }