diff --git a/SGGL/BLL/PZHGL/GJSX/GJSXMonitorService.cs b/SGGL/BLL/PZHGL/GJSX/GJSXMonitorService.cs index d10ee26e..6ea018f1 100644 --- a/SGGL/BLL/PZHGL/GJSX/GJSXMonitorService.cs +++ b/SGGL/BLL/PZHGL/GJSX/GJSXMonitorService.cs @@ -484,7 +484,7 @@ namespace BLL //获取有邮箱的用户 var userIds = BLL.UserService.GetUserHaveEmailList(); - userIds = userIds.Where(x => x.UserName == "张邦兴" || x.UserName == "申银行").ToList(); + //userIds = userIds.Where(x => x.UserName == "张邦兴" || x.UserName == "申银行").ToList(); if (userIds.Any() && lstOverdue.Any()) { //int allnum = 0;