Преглед на файлове

修改地接汇率问题

yuanrf преди 1 година
родител
ревизия
cf39cbfff3
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      OASystem/OASystem.Infrastructure/Repositories/Groups/CarTouristGuideGroundRepository.cs

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

@@ -1010,7 +1010,7 @@ namespace OASystem.Infrastructure.Repositories.Groups
                 //}
                 #endregion
 
-                var rate = await _setDataRep.PostCurrencyByDiid(dto.DiId, dto.CTGGRId, dto.Currency);
+                var rate = await _setDataRep.PostCurrencyByDiid(dto.DiId, 79 ,dto.Currency);
                 if (rate.Code == 0)
                 {
                     var rateData = rate.Data as CurrencyInfo;