zhengyuxuan
2025-03-27 b8d5b1f56f5604bfc3645d3735154812644fc391
LifePayment/LifePayment.Domain/Common/ChannelFilter.cs
@@ -40,7 +40,6 @@
                var queryUser = UserChannleRepository.Where(r => r.UserId == CurrentUser.Id).Select(s => s.ChannleId).ToList();
                if (queryUser.Count() > 0)
                {
                    var queryResult = query.Where(s => (!string.IsNullOrEmpty(s.CreationChannleNum) && queryUser.Contains(s.CreationChannleNum)) || string.IsNullOrEmpty(s.CreationChannleNum));
                    return queryResult;
                }