Skip to content

Commit d345c9d

Browse files
committed
修复输出文件BUG fix #154
1 parent 5002c1a commit d345c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/parse.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,9 @@ func Parse(options *ENOptions) {
148148
options.GetField = utils.SetStr(options.GetField)
149149

150150
if options.IsNoMerge {
151-
options.IsMergeOut = !options.IsNoMerge
152151
gologger.Info().Msgf("批量查询文件将单独导出!\n")
153152
}
153+
options.IsMergeOut = !options.IsNoMerge
154154

155155
options.GetField = utils.SetStr(options.GetField)
156156
options.ENConfig = conf

0 commit comments

Comments
 (0)