|
@@ -131,7 +131,7 @@ public class ReceiveAllDataService extends BaseService {
|
|
|
}
|
|
|
dataPointList = dataPointService.getByEquipmentType(inverterInfoList.get(0).getEquipmentType());
|
|
|
for (DataPoint dataPoint : dataPointList){
|
|
|
- sensorIds += ","+dataPoint.getMeasuringPoint()+",";
|
|
|
+ sensorIds += dataPoint.getMeasuringPoint()+",";
|
|
|
}
|
|
|
equipmentNo = equipmentNo.substring(0,equipmentNo.length()-1);
|
|
|
sensorIds = sensorIds.substring(0,sensorIds.length()-1);
|