|
|
@@ -98,7 +98,7 @@ public class NotaryOfficeServiceImpl extends ServiceImpl<NotaryOfficeMapper, Not
|
|
|
String sealImg = officeQueryRsp.getSealImg();
|
|
|
if (org.apache.commons.lang3.StringUtils.isNotBlank(sealImg) && sealImg.matches("-?[0-9]+.?[0-9]*")) {
|
|
|
String filePath = fileInfoMapper.selectById(sealImg).getPath();
|
|
|
- officeQueryRsp.setSealImg(FileUploadUtil.getFileUrl(filePath));
|
|
|
+ officeQueryRsp.setSealImgUrl(FileUploadUtil.getFileUrl(filePath));
|
|
|
|
|
|
}
|
|
|
response.setData(new AppResultData<NotaryOfficeQueryRsp>(officeQueryRsp));
|