E' stato disabilitata la valorizzazione dei campi barcode_ul_in, posizione_in e cod_mdep_in nella creazione di una UDS di lavorazione
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:
@@ -363,11 +363,12 @@ public class WMSLavorazioneService {
|
||||
targetMtbColr
|
||||
.setPosizioneOut(sourceMtbColr.getPosizioneIn())
|
||||
.setCodMdepOut(sourceMtbColr.getCodMdepIn())
|
||||
.setBarcodeUlOut(sourceMtbColr.getBarcodeUlIn())
|
||||
.setBarcodeUlOut(sourceMtbColr.getBarcodeUlIn());
|
||||
|
||||
.setBarcodeUlIn(targetMtbColt.getBarcodeUl())
|
||||
.setPosizioneIn(targetMtbColt.getPosizione())
|
||||
.setCodMdepIn(targetMtbColt.getCodMdep());
|
||||
//Non valorizzo i campi IN perchè si è ritenuto errato negli L-
|
||||
// .setBarcodeUlIn(targetMtbColt.getBarcodeUl())
|
||||
// .setPosizioneIn(targetMtbColt.getPosizione())
|
||||
// .setCodMdepIn(targetMtbColt.getCodMdep());
|
||||
}
|
||||
|
||||
droolsDataCompleting.complete(targetMtbColt, multiDBTransactionManager.getPrimaryConnection(), requestDataDTO.getUsername());
|
||||
|
||||
Reference in New Issue
Block a user