Finish Hotfix-84
This commit is contained in:
@@ -1011,6 +1011,12 @@ public class DocumentiAcquistoImportService {
|
||||
|
||||
HashMap<String, Object> result = UtilityDB.executeSimpleQueryOnlyFirstRow(connection, sql);
|
||||
|
||||
if (result == null){
|
||||
anomalie.add(
|
||||
AnomalieDTO.error(String.format("Nessun deposito agganciato all'intercode %s", rifOrdApulia.getCodicePv() ))
|
||||
);
|
||||
}
|
||||
|
||||
String codMdep = result.get("cod_mdep").toString();
|
||||
String codForn = result.get("cod_forn").toString();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user