|
@@ -625,7 +625,7 @@ public class ArchivesAutoServiceImpl extends BaseServiceImpl<ArchivesAutoMapper,
|
|
}
|
|
}
|
|
for(ContractInfo c:contracts){
|
|
for(ContractInfo c:contracts){
|
|
if(c.getContractType()==3){
|
|
if(c.getContractType()==3){
|
|
- if(nodeContract.getSecurityLevel()==null){
|
|
|
|
|
|
+ if(c.getSecurityLevel()==null){
|
|
secretLevel="4";
|
|
secretLevel="4";
|
|
}else{
|
|
}else{
|
|
secretLevel = c.getSecurityLevel().toString();
|
|
secretLevel = c.getSecurityLevel().toString();
|