|
@@ -90,7 +90,6 @@ public class BizMeasurementController extends BaseController
|
|
throw new RuntimeException("新增失败,存在重复的编码");
|
|
throw new RuntimeException("新增失败,存在重复的编码");
|
|
}
|
|
}
|
|
bizMeasurementService.saveBatch(bizMeasurementList);
|
|
bizMeasurementService.saveBatch(bizMeasurementList);
|
|
-
|
|
|
|
return success(bizMeasurementList.stream()
|
|
return success(bizMeasurementList.stream()
|
|
.map(v -> {
|
|
.map(v -> {
|
|
Map<String, Object> map = new HashMap<>();
|
|
Map<String, Object> map = new HashMap<>();
|