Merge branch 'hotfix/Hotfix-1' into develop
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:
@@ -720,7 +720,7 @@ public class GiacenzaService {
|
||||
" data_inventario,\n" +
|
||||
" " + UtilityDB.valueToString(codMdep) + " AS cod_mdep\n" +
|
||||
"FROM final\n" +
|
||||
" INNER JOIN mtb_aart ON final.cod_mart = mtb_aart.cod_mart";
|
||||
" LEFT OUTER JOIN mtb_aart ON final.cod_mart = mtb_aart.cod_mart";
|
||||
|
||||
List<GiacenzaDTO> listGiacenza = UtilityDB.executeSimpleQueryDTO(multiDBTransactionManager.getPrimaryConnection(), sql, GiacenzaDTO.class);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user