From 92704a86cac2f62693fc15d1450e81cfb012aa50 Mon Sep 17 00:00:00 2001 From: XingQue Date: Sat, 20 Jun 2026 03:27:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=86=E5=95=86=E5=AE=B6?= =?UTF-8?q?=E5=AE=A2=E6=9C=8D=E6=A8=A1=E5=9D=97=E6=A8=A1=E5=9E=8B=E5=AF=BC?= =?UTF-8?q?=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- merchant_ops/services/template_query.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/merchant_ops/services/template_query.py b/merchant_ops/services/template_query.py index d56dddb..5e36b45 100644 --- a/merchant_ops/services/template_query.py +++ b/merchant_ops/services/template_query.py @@ -4,7 +4,8 @@ from decimal import Decimal, InvalidOperation from django.core.paginator import Paginator from django.db.models import Q -from config.models import Chenghao, ShangjiaMoban +from config.models import ShangjiaMoban +from rank.models import Chenghao def _format_moban(moban):