6cce701d by xiaojie

【数据资产】

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