Merge branch 'master' into develop
Some checks failed
IntegryManagementSystem_Multi/pipeline/head There was a failure building this commit
Some checks failed
IntegryManagementSystem_Multi/pipeline/head There was a failure building this commit
This commit is contained in:
@@ -371,6 +371,9 @@ public class ConSegnaService {
|
||||
|
||||
DtbDoct dtbDoct = UtilityDB.executeSimpleQueryOnlyFirstRowDTO(multiDBTransactionManager.getPrimaryConnection(), sql, DtbDoct.class);
|
||||
|
||||
if (dtbDoct == null) {
|
||||
return;
|
||||
}
|
||||
dtbDoct
|
||||
.setAnnotazioni(datiConsegna.getNote())
|
||||
.setOperation(OperationType.UPDATE);
|
||||
|
||||
Reference in New Issue
Block a user