企业历史信息加密改造

This commit is contained in:
chenlinlin 2025-10-11 16:33:13 +08:00
parent 16c1d34b96
commit 0df43e8898
2 changed files with 2 additions and 0 deletions

View File

@ -58,6 +58,7 @@ public class RSAUtil {
result = Base64.encodeBase64String(resultBytes);
} catch (Exception e) {
e.printStackTrace();
}
return result;
}

View File

@ -354,6 +354,7 @@ public class EnterpriseAuditService {
dto.setScjydzWd(null != enterprise.getLatitude() ? String.valueOf(enterprise.getLatitude()) : null);//经营地址纬度
dto.setJyfw(enterprise.getOpScope());//经营范围
if (null != enterprise.getExpiryDate())
dto.setYyqx(enterprise.getExpiryDate().atTime(0, 0, 0));//营业期限
dto.setYygldwZzjgdm(enterprise.getAgency().getAgencyCode());//发证机关代码
dto.setFzjgdm(enterprise.getOrgCode());