This commit is contained in:
杨树明775174143 2018-10-10 08:49:49 +08:00
commit 736ceee7cb
2 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ class ProjectTree:
dirs.append(file)
else:
files.append(file)
return dirs,files
return sorted(dirs,key=str.lower),sorted(files,key=str.lower)
#####生成节点树##########
def genetree(self,path,parentdirs,project_name,project_id):

BIN
dump.rdb

Binary file not shown.