aggiunto +
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:
@@ -0,0 +1,4 @@
|
||||
package it.integry.ems.contabil.dto;
|
||||
|
||||
public class MovimentiContabileDeleteDTO {
|
||||
}
|
||||
@@ -1400,7 +1400,7 @@ public class ProductionService {
|
||||
" dtb_ordr.data_ord = dtb_ordt.data_ord AND\n" +
|
||||
" dtb_ordr.num_ord = dtb_ordt.num_ord\n" +
|
||||
"WHERE jtb_lotr.id_lotto = %s AND \n" +
|
||||
" dtb_ordt.flag_evaso_prod <> 'A' "
|
||||
" dtb_ordt.flag_evaso_prod <> 'A' " +
|
||||
" AND jtb_lotr.cod_jfas = %s",
|
||||
merceDaRipartire.getIdLotto(), merceDaRipartire.getCodJfas()
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user