|
|
@@ -33,7 +33,7 @@ class DemandQueueMapper(DemandConst):
|
|
|
if not items:
|
|
|
return 0
|
|
|
query = f"""
|
|
|
- INSERT INTO {self.QUEUE_TABLE}
|
|
|
+ INSERT IGNORE INTO {self.QUEUE_TABLE}
|
|
|
(account, dt, match_video_id,
|
|
|
channel_name, category_name, match_config_code,
|
|
|
match_score,
|