yuanrf 10 hónapja%!(EXTRA string=óta)
szülő
commit
88f1589512

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

@@ -742,7 +742,7 @@ namespace OASystem.Infrastructure.Repositories.Groups
                     var addsTourClientList = new List<Grp_TourClientList>();
                     var carExtraList = carTouristList.Where(x => x.SId == 982 && x.Price != 0).ToList();
                     var mealPriceList = carTouristList.Where(x => (x.SId == 93 || x.SId == 988 || x.SId == 989) && x.Price != 0).GroupBy(x => x.DatePrice).ToList();
-                    var tgOvertime = carExtraList.Where(x => x.SId == 1059 && x.Price != 0 ).ToList();
+                    var tgOvertime = carTouristList.Where(x => x.SId == 1059 && x.Price != 0 ).ToList();
 
                     //成本数据
                     List<Grp_GroupCost> _GroupCosts = new List<Grp_GroupCost>();