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:
@@ -218,7 +218,8 @@ public class RecuperoScontriniService {
|
||||
|
||||
if (maxIdScontrList.size() > 0) {
|
||||
rows.addAll(
|
||||
listScontrini.stream().map(x -> String.format(rowFile, ">" + x)).collect(Collectors.toList()));
|
||||
maxIdScontrList.stream().map(x ->
|
||||
String.format(rowFile, ">" + x.get("max_id_scontr") )).collect(Collectors.toList()));
|
||||
}
|
||||
|
||||
//Salvare il file
|
||||
|
||||
Reference in New Issue
Block a user