From 725dd4d5549a913da8d4f94201f9da18923fbacf Mon Sep 17 00:00:00 2001 From: caoqianming Date: Wed, 30 Apr 2025 14:20:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20mio=5Fsaleout=E7=BC=BA=E5=B0=91import?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/sam/services.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/sam/services.py b/apps/sam/services.py index 65ce2b01..b577991e 100644 --- a/apps/sam/services.py +++ b/apps/sam/services.py @@ -1,6 +1,6 @@ from apps.sam.models import Order, OrderItem from rest_framework.exceptions import ValidationError -from django.db.models import F +from django.db.models import F, Sum from apps.inm.models import MIO, MIOItem