From a20761278f47f7179a5313d23d873e9deb389a20 Mon Sep 17 00:00:00 2001 From: zty Date: Mon, 29 Jul 2024 16:29:48 +0800 Subject: [PATCH] =?UTF-8?q?fix=20exam=20=E8=80=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/apps/exam/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/apps/exam/views.py b/server/apps/exam/views.py index 8f3aeda..6a7b8b1 100644 --- a/server/apps/exam/views.py +++ b/server/apps/exam/views.py @@ -691,7 +691,7 @@ class ExamRecordViewSet(ListModelMixin, DestroyModelMixin, RetrieveModelMixin, G # 获取锁 iden = acquire_lock('certificate') if iden is None: - raise ParseError("系统忙,请稍后再试") + raise ParseError("系统忙, 请稍后再试") try: # 查询证明编号创建时间为最后一个 cer = Certificate.objects.latest('证书编号')