mirror of
https://codeup.aliyun.com/64f7d6b8ce01efaafef1e678/coal/coal.git
synced 2026-01-25 07:46:40 +08:00
bugfix
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user