Browse Source

Merge branch 'develop' of http://132.232.92.186:3000/XinXiBu/OA2023 into develop

LEIYI 8 months ago
parent
commit
a9e8b66966

+ 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,
                                 })