6cce701d by xiaojie

【数据资产】

1、图片上传
1 parent e93fa3ef
......@@ -61,6 +61,6 @@ public class EnterpriseRegisterRQVO {
private EnterpriseSubordinateRQVO extendInfo;
@Schema(title = "法人用户身份附件信息")
private List<AttachmentCommonVO> attachInfos;
private List<AttachmentCommonVO> attachInfo;
}
\ No newline at end of file
......
......@@ -404,7 +404,7 @@ public class DataPortServiceImpl implements DataPortService {
attachInfo.setVerifyUrl(jsonObject.getString("url"));
attachInfos.add(attachInfo);
}
enterpriseRegisterRQVO.setAttachInfos(attachInfos);
enterpriseRegisterRQVO.setAttachInfo(attachInfos);
}
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!