Finish MRP_RimossoCodMdep
This commit is contained in:
@@ -581,14 +581,14 @@ public class MrpDailyMaterialReqDTO {
|
||||
return this;
|
||||
}
|
||||
|
||||
public String getCodMdep() {
|
||||
return codMdep;
|
||||
}
|
||||
|
||||
public DatiGg setCodMdep(String codMdep) {
|
||||
this.codMdep = codMdep;
|
||||
return this;
|
||||
}
|
||||
// public String getCodMdep() {
|
||||
// return codMdep;
|
||||
// }
|
||||
//
|
||||
// public DatiGg setCodMdep(String codMdep) {
|
||||
// this.codMdep = codMdep;
|
||||
// return this;
|
||||
// }
|
||||
|
||||
public BigDecimal getFabbisogno() {
|
||||
return fabbisogno;
|
||||
|
||||
@@ -191,8 +191,8 @@ public class MrpDailyMaterialReqService {
|
||||
for (Map.Entry<HashMap<String, Object>, List<MrpDailyMaterialReqDetDTO>> gg : listGG) {
|
||||
MrpDailyMaterialReqDTO.DatiGg mrpGiorno =
|
||||
new MrpDailyMaterialReqDTO.DatiGg()
|
||||
.setDataMrp((Date) gg.getKey().get("data"))
|
||||
.setCodMdep((String) gg.getKey().get("codMdep"));
|
||||
.setDataMrp((Date) gg.getKey().get("data"));
|
||||
// .setCodMdep((String) gg.getKey().get("codMdep"))
|
||||
|
||||
for (MrpDailyMaterialReqDetDTO x : gg.getValue()) {
|
||||
giacenza = giacenza.add(x.getGiacenza());
|
||||
|
||||
Reference in New Issue
Block a user