Commit 3fbf5dc0 by Aeolus

update

parent fe862415
......@@ -520,7 +520,7 @@ def run_approve_draw():
draw_money_list.append(draw_record.real_total - draw_money * (len(openid_list) - 1))
random.shuffle(draw_money_list)
for i in range(len(openid_list) - 1):
for i in range(len(openid_list)):
draw_money = draw_money_list[i]
open_id = openid_list[i]["openid"]
real_name = openid_list[i]["real_name"]
......
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 to comment