|
|
|
@ -364,7 +364,7 @@ public class CinemaController { |
|
|
|
|
|
|
|
|
|
if (areaPrices != null) { |
|
|
|
|
|
|
|
|
|
String[] areaName = new String[]{"特价" , "优选" , "最佳"}; |
|
|
|
|
String[] areaName = new String[]{"特价" , "优选" , "最佳" , "中心" , "" , ""}; |
|
|
|
|
|
|
|
|
|
for (int i = 0; i < areaPrices.size(); i++) { |
|
|
|
|
JSONObject priceObject = (JSONObject) areaPrices.get(i); |
|
|
|
@ -374,7 +374,9 @@ public class CinemaController { |
|
|
|
|
} else { |
|
|
|
|
priceObject.put("salePrice" , priceObject.getBigDecimal("price")); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
priceObject.put("areaName" , areaName[i]); |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|