Merge branch 'hotfix/Hotfix-1' 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:
@@ -2044,7 +2044,7 @@ public class WMSGenericService {
|
||||
|
||||
short segno = UtilityDB.executeSimpleQueryOnlyFirstRowFirstColumn(multiDBTransactionManager.getPrimaryConnection(), sql);
|
||||
|
||||
if (segno < 0) {
|
||||
if (segno > 0) {
|
||||
codMdepDoc = mtbDepo.getCodMdep();
|
||||
|
||||
MtbDepo mtbDepoPartenza = new MtbDepo();
|
||||
|
||||
Reference in New Issue
Block a user