Kaynağa Gözat

Merge branch 'develop' of http://132.232.92.186:3000/XinXiBu/OA2023 into develop

LEIYI 5 ay önce
ebeveyn
işleme
6664acdabd

+ 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