Commit c24e9ae4 by 蒋勇

d

parent e596f6e2
File added
......@@ -24,7 +24,7 @@ class IndexGet:
# indexItem.Id = row[0]
indexItem.Name = row[1]
indexItem.IndexName = row[2]
funs=str(row[3]).replace("\n","").split(";")
funs=str(row[3]).replace("\n","").replace(";",";").split(";")
funsGrp=[]
for fun in funs:
funsGrp.append(fun)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment