wanghc 3 anni fa
parent
commit
c9c73736e5

+ 1 - 1
ipfcst-console/src/main/java/com/jiayue/ipfcst/console/service/ReceiveAllDataService.java

@@ -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);