回答編集履歴

1

脱字

2019/08/19 08:35

投稿

shirai
shirai

スコア1290

test CHANGED
@@ -16,7 +16,7 @@
16
16
 
17
17
  for one_purchase_data in all_purchase_data:
18
18
 
19
- if one_cst_data.cst_id == one_purchase_data
19
+ if one_cst_data.cst_id == one_purchase_data.cst_id:
20
20
 
21
21
  if one_purchase_data.St_SalesChannel == '路面店':
22
22