Rimosso segno da servizio di InstantItemGiacenza
This commit is contained in:
@@ -32,9 +32,6 @@ public class MvwSitArtUdcDetInventarioDTO {
|
||||
@SqlField("num_collo")
|
||||
private Integer numCollo;
|
||||
|
||||
@SqlField("segno")
|
||||
private Integer segno;
|
||||
|
||||
@SqlField("cod_mdep")
|
||||
private String codMdep;
|
||||
|
||||
@@ -177,15 +174,6 @@ public class MvwSitArtUdcDetInventarioDTO {
|
||||
return this;
|
||||
}
|
||||
|
||||
public Integer getSegno() {
|
||||
return segno;
|
||||
}
|
||||
|
||||
public MvwSitArtUdcDetInventarioDTO setSegno(Integer segno) {
|
||||
this.segno = segno;
|
||||
return this;
|
||||
}
|
||||
|
||||
public String getCodMdep() {
|
||||
return codMdep;
|
||||
}
|
||||
|
||||
@@ -6,6 +6,7 @@ import it.integry.ems.retail.wms.generic.dto.ArtsInGiacenzaDTO;
|
||||
import it.integry.ems.retail.wms.generic.dto.MvwSitArtUdcDetInventarioDTO;
|
||||
import it.integry.ems.retail.wms.generic.dto.RetrieveArtsInGiacenzaByArtRequestDTO;
|
||||
import it.integry.ems.retail.wms.generic.dto.StatoArtInventarioDTO;
|
||||
import it.integry.ems.sync.MultiDBTransaction.Connection;
|
||||
import it.integry.ems_model.entity.MtbColt;
|
||||
import it.integry.ems_model.utility.UtilityDB;
|
||||
import it.integry.ems_model.utility.UtilityQuery;
|
||||
@@ -13,9 +14,6 @@ import it.integry.ems_model.utility.UtilityString;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
import it.integry.ems.sync.MultiDBTransaction.Connection;
|
||||
|
||||
import java.time.LocalDate;
|
||||
import java.util.Date;
|
||||
import java.util.HashMap;
|
||||
@@ -31,7 +29,6 @@ public class WMSGiacenzaULService {
|
||||
" sit_art.data_collo,\n" +
|
||||
" sit_art.ser_collo,\n" +
|
||||
" sit_art.num_collo,\n" +
|
||||
" sit_art.segno,\n" +
|
||||
" sit_art.cod_mdep,\n" +
|
||||
" sit_art.posizione,\n" +
|
||||
" sit_art.priorita,\n" +
|
||||
@@ -52,7 +49,6 @@ public class WMSGiacenzaULService {
|
||||
" sit_art.peso_netto_kg,\n" +
|
||||
" sit_art.peso_lordo_kg,\n" +
|
||||
" sit_art.cod_jfas,\n" +
|
||||
" sit_art.cod_jfas,\n" +
|
||||
(withTestataCollo ? "mtb_colt.num_ord,\n" : "") +
|
||||
(withTestataCollo ? "mtb_colt.data_ord,\n" : "") +
|
||||
" mtb_partita_mag.data_scad\n" +
|
||||
|
||||
Reference in New Issue
Block a user