导入功能bug
This commit is contained in:
parent
bf1e46bbdc
commit
2991b44c56
|
@ -75,7 +75,7 @@ def drquestions(companyid,path,userid):
|
|||
notinlist = []
|
||||
while sheet['c'+str(i)].value!=None:
|
||||
type = sheet['a'+str(i)].value.replace(' ', '')
|
||||
cate = str(sheet['b'+str(i)]).value.replace(' ', '')
|
||||
cate = sheet['b'+str(i)].value.replace(' ', '')
|
||||
title = sheet['c'+str(i)].value
|
||||
answer = {}
|
||||
if sheet['d'+str(i)].value:
|
||||
|
|
Loading…
Reference in New Issue