From 544d8253f2c820370fac44966ad50045e36978a7 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Thu, 25 Jul 2024 08:46:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=AF=AD=E6=B3=95=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- safesite/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/safesite/tasks.py b/safesite/tasks.py index 91e46fcc..f8c53df3 100644 --- a/safesite/tasks.py +++ b/safesite/tasks.py @@ -36,7 +36,7 @@ def getcs(companyid): # 获取公司相关参数设置 pxxgqz=4, yldjqz=3, ylxgqz=3, - usecomp=Partment.objects.get(partid=companyid), + usecomp=Partment.objects.get(partid=companyid) ) return Yjsetup.objects.filter(usecomp__partid=companyid).values()[0]