Forráskód Böngészése

机票合作方解密

yuanrf 3 hónapja%!(EXTRA string=óta)
szülő
commit
bd0b880bda

+ 5 - 0
OASystem/OASystem.Infrastructure/Repositories/Groups/AirTicketResRepository.cs

@@ -366,6 +366,11 @@ namespace OASystem.Infrastructure.Repositories.Groups
                 List<SetDataInfoView> _CardType = _mapper.Map<List<SetDataInfoView>>(CardType);
                 //合作方资料
                 List<Res_AirTicketAgent> _AirTicketAgents = _sqlSugar.Queryable<Res_AirTicketAgent>().Where(a => a.IsDel == 0).ToList();
+                foreach (var item in _AirTicketAgents)
+                {
+                    EncryptionProcessor.DecryptProperties(item);
+                }
+
 
                 #endregion