sistemato controlo su traferimento
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:
@@ -536,7 +536,8 @@ public class DocumentiDirettiService {
|
||||
createULFromDocument.getCodAnag(),
|
||||
createULFromDocument.getCodVdes());
|
||||
codMdepTrasf = UtilityDB.executeSimpleQueryOnlyFirstRowFirstColumn(multiDBTransactionManager.getPrimaryConnection(), sql);
|
||||
if (!UtilityString.isNullOrEmpty(codMdepTrasf) && UtilityString.equalsIgnoreCase(createULFromDocument.getCodMdep(), codMdepTrasf)) isTrasferimento = true;
|
||||
if (!UtilityString.isNullOrEmpty(codMdepTrasf) && !UtilityString.equalsIgnoreCase(createULFromDocument.getCodMdep(), codMdepTrasf))
|
||||
isTrasferimento = true;
|
||||
}
|
||||
|
||||
if (isTrasferimento) {
|
||||
|
||||
Reference in New Issue
Block a user