回答編集履歴
1
脱字
answer
CHANGED
@@ -7,7 +7,7 @@
|
|
7
7
|
for one_cst_data in all_cst_data:
|
8
8
|
first_flag = false
|
9
9
|
for one_purchase_data in all_purchase_data:
|
10
|
-
if one_cst_data.cst_id == one_purchase_data
|
10
|
+
if one_cst_data.cst_id == one_purchase_data.cst_id:
|
11
11
|
if one_purchase_data.St_SalesChannel == '路面店':
|
12
12
|
if first_flag:
|
13
13
|
true_customer_list.append(one_cst_data.cst_id)
|