This commit is contained in:
2024-05-23 22:24:49 +08:00
parent 31cb3d90da
commit 4ff4a18708

View File

@@ -170,7 +170,7 @@ public class WeightListener {
var flowNumbers =
StreamSupport.stream(nodes.spliterator(), false)
.map(x -> x.get("原流水号").asInt())
.map(x -> x.get("原流水号").asText())
.collect(Collectors.toList());
Map<String, WeightDeviceDataEntity> flowNumberMap =