Spaces:
Sleeping
Sleeping
Update data_collector.py
Browse files- data_collector.py +0 -1
data_collector.py
CHANGED
@@ -102,7 +102,6 @@ def get_data(b_id,product_name):
|
|
102 |
WHERE `t`.`type` = 'sell'
|
103 |
AND `t`.`status` = 'final'
|
104 |
AND `t`.`business_id` = {b_id}
|
105 |
-
AND `p`.`name` = '{product_name}'
|
106 |
GROUP BY `b`.`id`,
|
107 |
`transaction_sell_lines`.`id`;
|
108 |
"""
|
|
|
102 |
WHERE `t`.`type` = 'sell'
|
103 |
AND `t`.`status` = 'final'
|
104 |
AND `t`.`business_id` = {b_id}
|
|
|
105 |
GROUP BY `b`.`id`,
|
106 |
`transaction_sell_lines`.`id`;
|
107 |
"""
|