|
@@ -213,7 +213,10 @@ public class ScanAnswerCardServiceImpl extends ServiceImpl<ScanAnswerCardMapper,
|
|
if (CollectionUtils.isEmpty(list)) {
|
|
if (CollectionUtils.isEmpty(list)) {
|
|
throw new ParameterException("未找到卡格式信息");
|
|
throw new ParameterException("未找到卡格式信息");
|
|
}
|
|
}
|
|
- return list.get(0);
|
|
|
|
|
|
+ AnswerCardVo answerCardVo = list.get(0);
|
|
|
|
+ answerCardVo.setUri(fileStoreUtils.filePreview(answerCardVo.getUri()));
|
|
|
|
+ answerCardVo.setAdapteUri(fileStoreUtils.filePreview(answerCardVo.getAdapteUri()));
|
|
|
|
+ return answerCardVo;
|
|
}
|
|
}
|
|
|
|
|
|
@Override
|
|
@Override
|