Commit 765c88db by rxqiang

fix:update export

parent 893c6b68
...@@ -24,7 +24,7 @@ class TalltyImportExport::ExportPayload::CellColumn ...@@ -24,7 +24,7 @@ class TalltyImportExport::ExportPayload::CellColumn
TalltyImportExport::ExportPayload::Cell.new( TalltyImportExport::ExportPayload::Cell.new(
@header, @header,
TalltyImportExport::ExportPayload::Value.new( TalltyImportExport::ExportPayload::Value.new(
@value_handler.call(@value.value, @header.as_json.symbolize_keys), (header.children&.length || 0) > 0 ? @value.value : @value_handler.call(@value.value, @header.as_json.symbolize_keys),
@value.chain, @value.chain,
), ),
@context, @context,
......
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