Commit cf65de8b authored by alex yao's avatar alex yao

fix

parent fd096e59
......@@ -120,7 +120,7 @@ public class OcrConsumerServiceImpl implements OcrConsumerService {
byte[] bytes = new byte[inputStream.available()];
inputStream.read(bytes);
String md5 = MD5.create().digestHex(bytes);
String upload = bosConfigService.upload(inputStream, fileName, null);
String upload = bosConfigService.upload(inputStream, suffix, null);
BizFileUploadRecordModel bizFileUploadRecordModel = new BizFileUploadRecordModel();
bizFileUploadRecordModel.setFileName(fileName);
......
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