默认导出格式修改为csv

This commit is contained in:
shmilylty
2019-08-23 10:17:33 +08:00
parent 403a3fefcb
commit 69f94193f6
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ from common import utils
from common.database import Database
def export(table, db=None, valid=None, dpath=None, format='xls', show=False):
def export(table, db=None, valid=None, dpath=None, format='csv', show=False):
"""
OneForAll数据库导出模块