|
@@ -139,7 +139,7 @@ def queryInterface(request):
|
|
|
values('id', 'userID', 'NickName', 'UID', 'View_Account',
|
|
|
'View_Password', 'ChannelIndex', 'Type', 'isShare',
|
|
|
'primaryUserID', 'primaryMaster', 'data_joined', 'version',
|
|
|
- 'isVod', 'isExist', 'NotificationMode')
|
|
|
+ 'isVod', 'isExist', 'NotificationMode','is_ap')
|
|
|
uid_user_ls = CommonService.qs_to_list(uid_user_ql)
|
|
|
uid_list = []
|
|
|
for uid_user in uid_user_ls:
|