Commit 26f1f661 authored by 吴琼's avatar 吴琼

xiugai

parent 61268149
...@@ -128,7 +128,8 @@ public class TransactionReceiptRecordServiceImpl implements ITransactionReceiptR ...@@ -128,7 +128,8 @@ public class TransactionReceiptRecordServiceImpl implements ITransactionReceiptR
} }
//读取所有数据 //读取所有数据
log.info("importTransactionReceiptRecord read begin"); log.info("importTransactionReceiptRecord read begin"+file);
//log.info("importTransactionReceiptRecord read begin"+file.getOriginalFilename());
List<TransactionReceiptRecord> readList = read(file.getOriginalFilename(), file.getInputStream()); List<TransactionReceiptRecord> readList = read(file.getOriginalFilename(), file.getInputStream());
log.info("importTransactionReceiptRecord read end"); log.info("importTransactionReceiptRecord read end");
if(readList.size()>0){ if(readList.size()>0){
......
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