escludere articoli senza distinta
This commit is contained in:
@@ -3657,7 +3657,8 @@ public class DocumentProdService {
|
||||
" AND num_doc = " + UtilityDB.valueToString(doct.getNumDoc()) +
|
||||
" AND ser_doc = " + UtilityDB.valueToString(doct.getSerDoc()) +
|
||||
" AND cod_dtip = " + UtilityDB.valueToString(doct.getCodDtip()) +
|
||||
" AND cod_anag = " + UtilityDB.valueToString(doct.getCodAnag());
|
||||
" AND cod_anag = " + UtilityDB.valueToString(doct.getCodAnag()) +
|
||||
" AND cod_mart is not null ";
|
||||
|
||||
return UtilityDB.executeSimpleQueryDTO(multiDBTransactionManager.getPrimaryConnection(), sql, DtbDocr.class);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user