dd8f1ff4 by xiaojie

【数据资产】

1、认证校验
1 parent a1be11ae
...@@ -295,7 +295,7 @@ public class DataPortServiceImpl implements DataPortService { ...@@ -295,7 +295,7 @@ public class DataPortServiceImpl implements DataPortService {
295 if (ObjectUtils.isNotEmpty(jsonArray)) { 295 if (ObjectUtils.isNotEmpty(jsonArray)) {
296 JSONObject jsonObject = jsonArray.getJSONObject(0); 296 JSONObject jsonObject = jsonArray.getJSONObject(0);
297 AttachmentCommonVO attachInfo = new AttachmentCommonVO(); 297 AttachmentCommonVO attachInfo = new AttachmentCommonVO();
298 attachInfo.setAttachType("经办人证件正反面"); 298 attachInfo.setAttachType("授权委托书");
299 String name = jsonObject.getString("name"); 299 String name = jsonObject.getString("name");
300 attachInfo.setAttachName(StringUtils.isNotEmpty(name) ? name.split("\\.")[0] : name); 300 attachInfo.setAttachName(StringUtils.isNotEmpty(name) ? name.split("\\.")[0] : name);
301 attachInfo.setVerifyUrl(jsonObject.getString("url")); 301 attachInfo.setVerifyUrl(jsonObject.getString("url"));
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!