Browse Source

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

leiy 8 months ago
parent
commit
ae072649fe

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