chore(pre-change): 准备修改出库审批邮件通知逻辑与自审批能力
This commit is contained in:
@ -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}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user