瀏覽代碼

成本报批值修改

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

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

@@ -175,7 +175,7 @@ namespace OASystem.Infrastructure.Repositories.Groups
 
                         if (MealsList.Count == 0)
                         {
-                            var group = dac3.GroupBy(x => x.NationalTravelFeeId).ToList();
+                            var group = dac2.GroupBy(x => x.NationalTravelFeeId).ToList();
                             foreach (var hotel in group)
                             {
                                 var city = _sqlSugar.Queryable<Grp_NationalTravelFee>().First(it => it.IsDel == 0 && it.Id == hotel.Key);