Commit 0386b7ef by liyijie

fix: _index use index directly

parent fdf39a72
...@@ -181,7 +181,7 @@ module TalltyImportExport ...@@ -181,7 +181,7 @@ module TalltyImportExport
def handle_data record, header, index=0 def handle_data record, header, index=0
data = data =
if header[:key] == '_index' if header[:key] == '_index'
index + 1 index
elsif header[:method].present? elsif header[:method].present?
send(header[:method], record, header) send(header[:method], record, header)
elsif header[:chain].present? elsif header[:chain].present?
......
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