Commit 03b01248 by liyijie

fix headers with group_by

parent c3c2d8ab
......@@ -38,7 +38,6 @@ module TalltyImportExport
workbook = pack.workbook
if @group_by.present?
@header = nil # 因为group_by的,基本上都是export_header动态变化的,因此去掉选择
if records.is_a?(Array)
records.group_by { |record| record.send(@group_by)}.each do |key, group_records|
@group_key = key
......
module TalltyImportExport
VERSION = "1.0.13"
VERSION = "1.0.14"
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment