|
|
@ -175,7 +175,7 @@ public class BsSgcSkStatisticsService { |
|
|
|
.reduce(BigDecimal.ZERO, BigDecimal::add); |
|
|
|
return sum.toString(); |
|
|
|
} |
|
|
|
private void dtoInit(AttResTaskViewDto view) { |
|
|
|
public static void dtoInit(AttResTaskViewDto view) { |
|
|
|
view.setCrestElevation("150"); |
|
|
|
view.setCurrentWaterLevel("0"); |
|
|
|
view.setDesignLevel("0"); |
|
|
|