Browse Source

Merge branch 'DuGuYang' into develop

lichunlei 3 years ago
parent
commit
9d9d29e0a9
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Areas/Admin/Controllers/MainServer/UsersController.cs

+ 0 - 1
Areas/Admin/Controllers/MainServer/UsersController.cs

@@ -1516,7 +1516,6 @@ namespace MySystem.Areas.Admin.Controllers
             if (ParentId > 0)
             {
                 condition += " and ParentUserId=" + ParentId + " or Id=" + ParentId;
-                cons += " and UserId=" + ParentId;
             }
             if (!string.IsNullOrEmpty(CreateDateData))
             {