|
@@ -178,7 +178,7 @@ public class RWDDownloadUtil {
|
|
|
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","workPlaneLux" };
|
|
|
{
|
|
|
JSONArray array = new JSONArray();
|
|
|
int value = 29;
|
|
@@ -334,7 +334,7 @@ public class RWDDownloadUtil {
|
|
|
FileUtil.Save(path + Constant.getSeperator() + "info-point-relation" + ".json", FastJsonUtil.toFormatString(contentNetworkRelation));
|
|
|
|
|
|
if(Constant.scaleplate_enable){
|
|
|
- String[] typeCodes = { "tdb", "rH", "cO2", "cO", "pM2d5" };
|
|
|
+ String[] typeCodes = { "tdb", "rH", "cO2", "cO", "pM2d5","workPlaneLux" };
|
|
|
{
|
|
|
JSONArray array = new JSONArray();
|
|
|
int value = 29;
|