add comment

This commit is contained in:
MaysWind
2024-10-30 00:45:01 +08:00
parent 98e3c6ebfd
commit be7fbd405e
+2 -2
View File
@@ -96,7 +96,7 @@ func (r *iifDataReader) read(ctx core.Context) ([]*iifAccountDataset, []*iifTran
if err != nil {
return nil, nil, err
}
}
} // not process (read sample line) for other dataset type
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")
return nil, nil, errs.ErrInvalidIIFFile
}
}
} // not process (read data line) for other dataset type
}
if lastLineSign != "" {