|
|
@@ -33,11 +33,11 @@ public class ProfilerDataPush {
|
|
|
/**
|
|
|
* 超挖值(米)
|
|
|
*/
|
|
|
- private String overbreak_value;
|
|
|
+ private String overbreak_value = "0";
|
|
|
/**
|
|
|
* 欠挖值(米)
|
|
|
*/
|
|
|
- private String underbreak_value;
|
|
|
+ private String underbreak_value = "0";
|
|
|
public static List<ProfilerDataPush> parameterMapping(List<ProfilerData> data) {
|
|
|
return data.stream().map(f -> {
|
|
|
ProfilerDataPush sectionPush = new ProfilerDataPush();
|