浏览代码

查询云存用户信息返回用户id

locky 1 年之前
父节点
当前提交
1f73203809
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      AdminController/ServeManagementController.py

+ 1 - 0
AdminController/ServeManagementController.py

@@ -1374,6 +1374,7 @@ class serveManagement(View):
                         'payType': order['payType'],
                         'price': order['price'],
                         'username': order['userID__username'],
+                        'userID': order['userID__userID'],
                         'phone': order['userID__phone'],
                         'userEmail': order['userID__userEmail'],
                         'data_joined': order['userID__data_joined'].strftime("%Y-%m-%d %H:%M:%S"),