Merge branch 'master' into develop
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
This commit is contained in:
@@ -184,9 +184,11 @@ public class DocumentiImporter extends BaseEntityImporter<List<EntityBase>> impl
|
|||||||
case APULIA:
|
case APULIA:
|
||||||
fileNameDest = orginalFileName + "_" +
|
fileNameDest = orginalFileName + "_" +
|
||||||
new SimpleDateFormat("yyyyMMddHHmmss").format(new Date()) + ".txt";
|
new SimpleDateFormat("yyyyMMddHHmmss").format(new Date()) + ".txt";
|
||||||
|
break;
|
||||||
case PAZIENZA_RIFORD:
|
case PAZIENZA_RIFORD:
|
||||||
fileNameDest = orginalFileName + "_" +
|
fileNameDest = orginalFileName + "_" +
|
||||||
new SimpleDateFormat("yyyyMMddHHmmss").format(new Date()) + ".xlsx";
|
new SimpleDateFormat("yyyyMMddHHmmss").format(new Date()) + ".xlsx";
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
fileNameDest = super.renameFile(orginalFileName, entities);
|
fileNameDest = super.renameFile(orginalFileName, entities);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1029,7 +1029,7 @@ public class DocumentiAcquistoImportService {
|
|||||||
|
|
||||||
if (result == null){
|
if (result == null){
|
||||||
anomalie.add(
|
anomalie.add(
|
||||||
AnomalieDTO.error(String.format("Nessun deposito agganciato all'intercode %s", rifOrdApulia.getCodicePv() ))
|
AnomalieDTO.info(String.format("Nessun deposito agganciato all'intercode %s", rifOrdApulia.getCodicePv() ))
|
||||||
);
|
);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user