yuanrf vor 3 Monaten
Ursprung
Commit
3190657778

+ 1 - 1
OASystem/OASystem.Infrastructure/Repositories/Groups/GroupCostParameterRepository.cs

@@ -110,7 +110,7 @@ namespace OASystem.Infrastructure.Repositories.Groups
                                 .Select((a, b, c) => new
                                 {
                                     a.Cost,
-                                    CurrencyStr = b.Name,
+                                    CurrencyStr = b.Remark,
                                     SetDataType = c.Name,
                                     a.SubTotal,
                                 })