From 17b85b77e350c352ad4dcf42ab8c156d0b2b58d5 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 8 May 2026 13:12:41 +0800 Subject: [PATCH] bugfix --- xls2ddl/tmpls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xls2ddl/tmpls.py b/xls2ddl/tmpls.py index bd359b4..496b4c9 100644 --- a/xls2ddl/tmpls.py +++ b/xls2ddl/tmpls.py @@ -137,7 +137,7 @@ fields_str=r'''{{json.dumps(fields, indent=4, ensure_ascii=False)}}''' ori_fields = json.loads(fields_str) if not filterjson: fields = [ f['name'] for f in ori_fields ] - filterjson = default_filterjson(fields, ns) + # filterjson = default_filterjson(fields, ns) filterdic = ns.copy() filterdic['filterstr'] = '' filterdic['userorgid'] = '${userorgid}$'