Commit 337d76ae authored by 吴琼's avatar 吴琼

修改

parent acf6df7d
...@@ -94,10 +94,8 @@ public class TransactionReceiptRecordServiceImpl implements ITransactionReceiptR ...@@ -94,10 +94,8 @@ public class TransactionReceiptRecordServiceImpl implements ITransactionReceiptR
private String uploadLocalPath; private String uploadLocalPath;
@Value("${customer.transaction.local.file.downloadPath}") @Value("${customer.transaction.local.file.downloadPath}")
private String downloadLocalPath; private String downloadLocalPath;
@Value("${customer.transaction.local.file.downloadZipPath}") @Value("${customer.transaction.local.file.size}")
private String downloadZipLocalPath; private int fileSize;
//@Value("${customer.transaction.local.file.size}")
//private int fileSize;
@Override @Override
......
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