This commit is contained in:
daniel.rodrigues 2025-11-17 11:43:03 -03:00
parent d502997d84
commit c56c60510c

View File

@ -314,7 +314,7 @@ def fetch_and_insert_data(store_code, index, total, cursor, retry_count=1):
try:
# Definindo storeType com base no código da loja
if store_code == "21007":
store_type = "TQT"
store_type = "BOT"
elif store_code in ["910173", "910291"]:
store_type = "QDB"
else: