pengzhibo168 5 năm trước cách đây
mục cha
commit
f87be46ff0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Controller/UidSetController.py

+ 1 - 1
Controller/UidSetController.py

@@ -106,7 +106,7 @@ class UidSetView(View):
 
     # 管理员删除
     def do_admin_delete(self, request_dict, userID, response):
-        own_perm = ModelService.check_perm(userID, 20)
+        own_perm = ModelService.check_perm(userID, 10)
         if own_perm is True:
             uid = request_dict.getlist('uid', None)
             id_list = request_dict.get('id_list', None)