【数据资产】
1、认证校验
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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")); | ... | ... |
-
Please register or sign in to post a comment