chore(pre-change): 准备修改出库审批邮件通知逻辑与自审批能力

This commit is contained in:
DXC
2026-05-12 13:36:18 +08:00
parent 259f3a7e0d
commit c86da38a70

View File

@ -255,8 +255,8 @@ class OutboundService:
# ★ 出库后检查低库存预警
try:
from app.utils.stock_alert import check_and_alert
check_and_alert(stock_record.base_id)
from app.services.inventory_task import InventoryWarningService
InventoryWarningService.check_and_send_warning_emails()
except Exception as e:
current_app.logger.warning(f"⚠️ 低库存预警检查失败: {e}")