|
|
|
@@ -59,7 +59,7 @@ public class WxBusinessController extends BaseController { |
|
|
|
List<Map<String,String>> result = new ArrayList<>(); |
|
|
|
Map<String,String> map = new HashMap<>(); |
|
|
|
map.put("title","餐饮");//业态 |
|
|
|
map.put("bid","1");//业态id |
|
|
|
map.put("id","1");//业态id |
|
|
|
map.put("volume","2323.23");//营业额 |
|
|
|
map.put("sale","32323.23");//销售坪效 |
|
|
|
map.put("rent","32323.23");//租赁坪效 |
|
|
|
@@ -69,7 +69,7 @@ public class WxBusinessController extends BaseController { |
|
|
|
result.add(map); |
|
|
|
map = new HashMap<>(); |
|
|
|
map.put("title","娱乐");//业态 |
|
|
|
map.put("bid","2");//业态id |
|
|
|
map.put("id","2");//业态id |
|
|
|
map.put("volume","2323.23");//营业额 |
|
|
|
map.put("sale","32323.23");//销售坪效 |
|
|
|
map.put("rent","32323.23");//租赁坪效 |
|
|
|
@@ -79,7 +79,7 @@ public class WxBusinessController extends BaseController { |
|
|
|
result.add(map); |
|
|
|
map = new HashMap<>(); |
|
|
|
map.put("title","影视");//业态 |
|
|
|
map.put("bid","3");//业态id |
|
|
|
map.put("id","3");//业态id |
|
|
|
map.put("volume","2323.23");//营业额 |
|
|
|
map.put("sale","32323.23");//销售坪效 |
|
|
|
map.put("rent","32323.23");//租赁坪效 |
|
|
|
|