Browse Source

成本报批值修改

yuanrf 8 months ago
parent
commit
234f4e04eb

+ 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);