This commit is contained in:
2025-09-22 20:54:10 +08:00
parent b41c895a2b
commit 95b3223587
2 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -478,7 +478,7 @@ namespace BLL
//获取有邮箱的用户
var userIds = BLL.UserService.GetUserHaveEmailList();
userIds = userIds.Where(x => x.UserName == "张邦兴").ToList();
//userIds = userIds.Where(x => x.UserName == "张邦兴").ToList();
if (userIds.Any() && lstOverdue.Any())
{
//int allnum = 0;