fix(ai): 修正挑品清單銷售日期查詢
All checks were successful
CD Pipeline / deploy (push) Successful in 2m14s

This commit is contained in:
OoO
2026-05-01 10:12:32 +08:00
parent 20f6b2ded2
commit 70de91f1f6
4 changed files with 16 additions and 8 deletions

4
app.py
View File

@@ -95,8 +95,8 @@ except Exception as e:
sys_log.error(f"無法檢測磁碟空間: {e}")
# 🚩 系統版本定義 (備份與顯示用)
# 🚩 2026-05-01 V10.45: AI product pick list and improved PChome matching
SYSTEM_VERSION = "V10.45"
# 🚩 2026-05-01 V10.46: Fix product pick sales date casting
SYSTEM_VERSION = "V10.46"
# ==========================================
# 🔒 SQL Injection 防護函數