初定 第一版

This commit is contained in:
caixiang
2023-01-13 11:01:42 +08:00
parent 2bc72469a0
commit 7c21dfe8e1
10 changed files with 58 additions and 44 deletions

View File

@@ -120,7 +120,7 @@ public enum InfluxClient {
}else {
point = Point.measurement(measurement)
.addTag("transationId", event.getTransationId()==null ? "" : event.getTransationId())
.addTag("inspectionSheetId", event.getInspectionSheetId())
.addTag("inspectionSheetId", event.getInspectionSheetId()==null ? "" : event.getInspectionSheetId())
// .addTag("batchNum", event.getBatchNum())
.addTag("sampleNumber", event.getSampleNumber())