|
@@ -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
|
|
|
|