Browse Source

修改超支费用类型

yuanrf 11 months ago
parent
commit
da1a6a1c23

+ 4 - 2
OASystem/OASystem.Infrastructure/Repositories/Groups/CarTouristGuideGroundRepository.cs

@@ -669,11 +669,12 @@ namespace OASystem.Infrastructure.Repositories.Groups
                                 DiId = dto.DiId,
                                 PriceCurrency = item.Currency,
                                 PriceName = di.TeamName + "车超时费(地接导入)",
-                                PriceType = 1050,
+                                PriceType = 1028,
                                 PriceDt = item.DatePrice.ObjToDate(),
                                 PriceSum = item.Price * item.Count,
                                 PriceCount = item.Count,
                                 FilePath = string.Empty,
+                                PriceDetailType = 1050,
                             });
                         }
                     }
@@ -719,11 +720,12 @@ namespace OASystem.Infrastructure.Repositories.Groups
                                         DiId = dto.DiId,
                                         PriceCurrency = cityPrice.Currency,
                                         PriceName = di.TeamName + "餐费(地接导入)",
-                                        PriceType = 1049,
+                                        PriceType = 1028,
                                         PriceDt = Convert.ToDateTime(item["日期"]),
                                         PriceSum = price - foodCost,
                                         PriceCount = 1,
                                         FilePath = string.Empty,
+                                        PriceDetailType = 1049,
                                     });
 
                                 }