From 31cad860549f815ca7d65caff62b72d4e802b1dd Mon Sep 17 00:00:00 2001 From: ygm1881 <2302253692@qq.com> Date: Mon, 9 May 2022 12:11:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E8=A1=A8=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/history/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/history/models.py b/apps/history/models.py index b40a5ed..604ccfa 100644 --- a/apps/history/models.py +++ b/apps/history/models.py @@ -18,7 +18,7 @@ class Department(models.Model): verbose_name_plural = '部门详情' def __str__(self): - return self.department + return self.department_cn class History(models.Model):