From 5db8662cf134f4db21f0eb11663770b49bffb258 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 8 May 2026 13:44:49 +0800 Subject: [PATCH] Revert "bugfix" This reverts commit 17b85b77e350c352ad4dcf42ab8c156d0b2b58d5. --- xls2ddl/tmpls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xls2ddl/tmpls.py b/xls2ddl/tmpls.py index 496b4c9..bd359b4 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}$'