소스 검색

修改代码

wanghc 3 년 전
부모
커밋
c9c73736e5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ipfcst-console/src/main/java/com/jiayue/ipfcst/console/service/ReceiveAllDataService.java

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