810c827b by xiaojie

【数据资产】

1、企业增加增加手机号
1 parent 88e5fdc5
......@@ -27,6 +27,9 @@ public class OperatorRegisterRQVO {
@Schema(title = "证件号码")
private String operatorId;
@Schema(title = "经办人手机号码")
private String mobile;
@Schema(title = "实名认证等级")
private String operatorAuthLevel;
......
......@@ -344,6 +344,7 @@ public class DataPortServiceImpl implements DataPortService {
// operatorRegisterRQVO.setIdentityCode(entity.getManagerPersonId());
operatorRegisterRQVO.setOperatorIdType(documentsDicMap.get(entity.getHandlePersonIdType()));
operatorRegisterRQVO.setOperatorId(entity.getManagerPersonId());
operatorRegisterRQVO.setMobile(entity.getLogonUser());
// operatorRegisterRQVO.setOperatorAuthLevel(entity.getAuthenticationLevel());
operatorRegisterRQVO.setOperatorAuthLevel("1");
// operatorRegisterRQVO.setAuthorizationType(entity.getAuthenticationMethod());
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!