yuanrf 3 月之前
父節點
當前提交
3190657778
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      OASystem/OASystem.Infrastructure/Repositories/Groups/GroupCostParameterRepository.cs

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