Commit 00fc7960 by 刘豪

update

parent 3c085f2c
Showing with 3 additions and 3 deletions
......@@ -64,9 +64,9 @@ class TsCrm:
print("遍历第{}组".format(index))
outter_uids = []
str_outter_uids_list = []
for i in [65506,67743]:
outter_uid = i
user_id = i
for i in row:
outter_uid = i[0]
user_id = i[1]
self.dd[outter_uid] = {
'user_id': user_id,
'outter_uid': outter_uid,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment