aggiunto tipo documento
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:
@@ -885,6 +885,7 @@ public class DocumentiExportManagerService {
|
||||
//GENERAZIONE CONDIZIONE PER CREAZIONE FILE
|
||||
String whereCondFile =
|
||||
"dtb_doct.cod_anag = " + UtilityDB.valueToString(codAnag) + " AND " +
|
||||
"dtb_doct.cod_dtip = " + UtilityDB.valueToString(codDtip) + " AND " +
|
||||
"( " + UtilityDB.valueToString(codFornTD) + " is null or IsNull(dtb_doct.cod_forn_td,'') = IsNull(" + UtilityDB.valueToString(codFornTD) + ", '')) AND " +
|
||||
"( " + UtilityDB.valueToString(codVdes) + " is null or IsNull(dtb_doct.cod_vdes,'') = IsNull(" + UtilityDB.valueToString(codVdes) + ", '')) AND " +
|
||||
"( " + UtilityDB.valueDateToString(dataDoc, CommonConstants.DATE_FORMAT_YMD) + " is null or dtb_doct.data_doc = " + UtilityDB.valueDateToString(dataDoc, CommonConstants.DATE_FORMAT_YMD) + " ) AND " +
|
||||
|
||||
Reference in New Issue
Block a user