|
|
@@ -82,7 +82,7 @@ namespace GreenTree.Nachtragsmanagement.Web.Models.Appendix
|
|
|
Description = appendixEntity.Description,
|
|
|
Percentage = appendixEntity.Percentage.HasValue
|
|
|
? appendixEntity.Percentage.Value
|
|
|
- : (decimal)1.0,
|
|
|
+ : (decimal)0.5,
|
|
|
PercentageValue = appendixEntity.Value.HasValue && appendixEntity.Percentage.HasValue
|
|
|
? appendixEntity.Value.Value * appendixEntity.Percentage.Value
|
|
|
: 0,
|