fix: 语法错误

This commit is contained in:
caoqianming 2024-07-25 08:46:00 +08:00
parent 0c2797e1de
commit 544d8253f2
1 changed files with 1 additions and 1 deletions

View File

@ -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]