瀏覽代碼

Letzte kleine Änderung übernommen!

Arne Diekmann 8 年之前
父節點
當前提交
58f97a602d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      GreenTree.Nachtragsmanagement.Web/Models/Appendix/AppendixDataModel.cs

+ 1 - 1
GreenTree.Nachtragsmanagement.Web/Models/Appendix/AppendixDataModel.cs

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