|
|
@@ -431,7 +431,7 @@ public class IotOpeationFillController {
|
|
|
));
|
|
|
|
|
|
// 3. 并行处理累计计算(CPU密集型,并行提速)
|
|
|
- sumDataList.parallelStream().forEach(fill -> {
|
|
|
+ sumDataList.forEach(fill -> {
|
|
|
try {
|
|
|
Long refModelId = Long.parseLong(fill.getDefaultValue());
|
|
|
List<IotOpeationFillSaveReqVO> targetFills = modelIdMap.get(refModelId);
|