yuanrf 1 month ago
parent
commit
5f7c3eb612

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

@@ -5228,7 +5228,7 @@ FROM
                             CreateTime = DateTime.Now,
                             CreateUserId = dto.UserId,
                             Currency = x.Currency,
-                            Diid = x.Diid,
+                            Diid = x.DiId,
                             Index = x.Index,
                             IsDel = 0,
                             SetDataId = x.SetDataId,
@@ -5244,7 +5244,7 @@ FROM
                             CreateTime = DateTime.Now,
                             CreateUserId = dto.UserId,
                             Currency = x.Currency,
-                            Diid = x.Diid,
+                            Diid = x.DiId,
                             Index = x.Index,
                             IsDel = 0,
                             SetDataId = x.SetDataId,

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

@@ -100,7 +100,7 @@ namespace OASystem.Infrastructure.Repositories.Groups
                                                                 .OrderBy(x=>x.Index)
                                                                 .Select(x => new DayOtherPriceView
                                                                 {
-                                                                    Diid = x.Diid,
+                                                                    DiId = x.Diid,
                                                                     Id = x.Id,
                                                                     Cost = x.Cost,
                                                                     Currency = x.Currency,