yuanrf 6 달 전
부모
커밋
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,
                                 })