dd8f1ff4 by xiaojie

【数据资产】

1、认证校验
1 parent a1be11ae
......@@ -295,7 +295,7 @@ public class DataPortServiceImpl implements DataPortService {
if (ObjectUtils.isNotEmpty(jsonArray)) {
JSONObject jsonObject = jsonArray.getJSONObject(0);
AttachmentCommonVO attachInfo = new AttachmentCommonVO();
attachInfo.setAttachType("经办人证件正反面");
attachInfo.setAttachType("授权委托书");
String name = jsonObject.getString("name");
attachInfo.setAttachName(StringUtils.isNotEmpty(name) ? name.split("\\.")[0] : name);
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!