mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 01:04:25 +08:00
add comment
This commit is contained in:
@@ -96,7 +96,7 @@ func (r *iifDataReader) read(ctx core.Context) ([]*iifAccountDataset, []*iifTran
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, nil, err
|
return nil, nil, err
|
||||||
}
|
}
|
||||||
}
|
} // not process (read sample line) for other dataset type
|
||||||
|
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
@@ -144,7 +144,7 @@ func (r *iifDataReader) read(ctx core.Context) ([]*iifAccountDataset, []*iifTran
|
|||||||
log.Errorf(ctx, "[iif_data_reader.read] iif missing transaction sample end line")
|
log.Errorf(ctx, "[iif_data_reader.read] iif missing transaction sample end line")
|
||||||
return nil, nil, errs.ErrInvalidIIFFile
|
return nil, nil, errs.ErrInvalidIIFFile
|
||||||
}
|
}
|
||||||
}
|
} // not process (read data line) for other dataset type
|
||||||
}
|
}
|
||||||
|
|
||||||
if lastLineSign != "" {
|
if lastLineSign != "" {
|
||||||
|
|||||||
Reference in New Issue
Block a user