This commit is contained in:
caoqianming 2022-01-05 10:19:10 +08:00
commit 3db05c5546
1 changed files with 1 additions and 1 deletions

View File

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