LEIYI hai 5 meses
pai
achega
49f1cc5a58
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      OASystem/OASystem.Api/Controllers/GroupsController.cs

+ 1 - 1
OASystem/OASystem.Api/Controllers/GroupsController.cs

@@ -8752,7 +8752,7 @@ FROM
                 var newDayDatas = _mapper.Map<List<Grp_DayAndCost>>(dayDatas);
                 if (newDayDatas.Any()) newDayDatas.Select(x => { x.CreateUserId = userId; return x; }).ToList();
 
-                var newOtherDatas = _mapper.Map<List<Grp_DayOtherPrice>>(draftDatas);
+                var newOtherDatas = _mapper.Map<List<Grp_DayOtherPrice>>(otherDatas);
                 if (newOtherDatas.Any()) newOtherDatas.Select(x => { x.CreateUserId = userId; return x; }).ToList();
 
                 var enterExitCostInfo = _sqlSugar.Queryable<Grp_EnterExitCost>().Where(x => x.IsDel == 0 && x.DiId == groupId).First();