|
@@ -171,7 +171,7 @@ public class RWDDownloadUtil {
|
|
FileUtil.Save(path + Constant.getSeperator() + "info-point-list" + ".json", FastJsonUtil.toFormatString(InfoPointListArray));
|
|
FileUtil.Save(path + Constant.getSeperator() + "info-point-list" + ".json", FastJsonUtil.toFormatString(InfoPointListArray));
|
|
FileUtil.Save(path + Constant.getSeperator() + "info-point-relation" + ".json", FastJsonUtil.toFormatString(InfoPointRelationArray));
|
|
FileUtil.Save(path + Constant.getSeperator() + "info-point-relation" + ".json", FastJsonUtil.toFormatString(InfoPointRelationArray));
|
|
|
|
|
|
- {
|
|
|
|
|
|
+ if(Constant.scaleplate_enable){
|
|
String[] typeCodes = { "tdb", "rH", "cO2", "cO", "pM2d5" };
|
|
String[] typeCodes = { "tdb", "rH", "cO2", "cO", "pM2d5" };
|
|
{
|
|
{
|
|
JSONArray array = new JSONArray();
|
|
JSONArray array = new JSONArray();
|