fix: 语法错误
This commit is contained in:
parent
0c2797e1de
commit
544d8253f2
|
@ -36,7 +36,7 @@ def getcs(companyid): # 获取公司相关参数设置
|
||||||
pxxgqz=4,
|
pxxgqz=4,
|
||||||
yldjqz=3,
|
yldjqz=3,
|
||||||
ylxgqz=3,
|
ylxgqz=3,
|
||||||
usecomp=Partment.objects.get(partid=companyid),
|
usecomp=Partment.objects.get(partid=companyid)
|
||||||
)
|
)
|
||||||
return Yjsetup.objects.filter(usecomp__partid=companyid).values()[0]
|
return Yjsetup.objects.filter(usecomp__partid=companyid).values()[0]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue