Commit fe862415 by Aeolus

update

parent f89727f0
...@@ -544,7 +544,7 @@ def run_approve_draw(): ...@@ -544,7 +544,7 @@ def run_approve_draw():
dd = DrawDetail() dd = DrawDetail()
dd.draw_id = draw_record.id dd.draw_id = draw_record.id
dd.open_id = open_id dd.open_id = open_id
dd.draw_no = result["out_trade_no"] dd.draw_no = result["partner_trade_no"]
dd.payment_no = result["payment_no"] dd.payment_no = result["payment_no"]
dd.payment_time = result["payment_time"] dd.payment_time = result["payment_time"]
dd.business_id = draw_record.business_id dd.business_id = draw_record.business_id
......
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