修复预测时间不匹配问题

This commit is contained in:
LYFxiaoan 2025-07-22 14:48:12 +08:00
parent 35891c497d
commit e4397c201a
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -1463,7 +1463,7 @@ def predict():
# 调用辅助函数保存结果
save_prediction_result(
prediction_result=prediction_result,
prediction_result=prediction_result.copy(),
product_id=product_id or store_id or 'global',
product_name=product_name_to_save,
model_type=model_type,