Przeglądaj źródła

修改筛选条件

DuGuYang 3 lat temu
rodzic
commit
766a6f931b

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

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