企业信息加密改造
This commit is contained in:
parent
7fdee18cd5
commit
ccba408407
|
|
@ -283,7 +283,10 @@ public class EnterpriseAudit extends BaseModel {
|
||||||
/**
|
/**
|
||||||
* 组织机构代码
|
* 组织机构代码
|
||||||
*/
|
*/
|
||||||
e;
|
@Column(length = 50)
|
||||||
|
@Comment("组织机构代码")
|
||||||
|
private String orgC
|
||||||
|
ode;
|
||||||
/**
|
/**
|
||||||
* 企业规模
|
* 企业规模
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -1417,6 +1417,7 @@ public class EnterpriseService {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 企业信息自查自报
|
* 企业信息自查自报
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,6 @@ public class InsEnterprseService {
|
||||||
this.insEnterprseRepository = insEnterprseRepository;
|
this.insEnterprseRepository = insEnterprseRepository;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@Transactional
|
@Transactional
|
||||||
public void saveEnterprise(InsEnterprseDto insEnterprseDto) {
|
public void saveEnterprise(InsEnterprseDto insEnterprseDto) {
|
||||||
insEnterprseDto.getEnterpriseIds().forEach(id -> {
|
insEnterprseDto.getEnterpriseIds().forEach(id -> {
|
||||||
|
|
|
||||||
|
|
@ -46,6 +46,8 @@ public class OnlinePatrolService {
|
||||||
this.enforceCheckRepository = enforceCheckRepository;
|
this.enforceCheckRepository = enforceCheckRepository;
|
||||||
this.ftpService = ftpService;
|
this.ftpService = ftpService;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 保存在线巡查信息
|
* 保存在线巡查信息
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue