企业信息加密改造

This commit is contained in:
jiangzongtao 2025-10-11 16:30:36 +08:00
parent 7fdee18cd5
commit ccba408407
4 changed files with 7 additions and 2 deletions

View File

@ -283,7 +283,10 @@ public class EnterpriseAudit extends BaseModel {
/**
* 组织机构代码
*/
e;
@Column(length = 50)
@Comment("组织机构代码")
private String orgC
ode;
/**
* 企业规模
*/

View File

@ -1417,6 +1417,7 @@ public class EnterpriseService {
};
}
/**
* 企业信息自查自报
*

View File

@ -19,7 +19,6 @@ public class InsEnterprseService {
this.insEnterprseRepository = insEnterprseRepository;
}
@Transactional
public void saveEnterprise(InsEnterprseDto insEnterprseDto) {
insEnterprseDto.getEnterpriseIds().forEach(id -> {

View File

@ -46,6 +46,8 @@ public class OnlinePatrolService {
this.enforceCheckRepository = enforceCheckRepository;
this.ftpService = ftpService;
}
/**
* 保存在线巡查信息
*