[MrpDailyMaterialReqService]

- Commentato toMatch con il codMdep
This commit is contained in:
2024-05-24 17:32:59 +02:00
parent 7e54ca7b92
commit 035fe7c8bc
2 changed files with 4257 additions and 1 deletions

4256
IntegryManagementSystem.ipr Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -178,7 +178,7 @@ public class MrpDailyMaterialReqService {
.groupBy(x -> {
HashMap<String, Object> toMatch = new HashMap<>();
toMatch.put("data", x.getDataMrp());
toMatch.put("codMdep", x.getCodMdep());
// toMatch.put("codMdep", x.getCodMdep());
return toMatch;
})
.sorted((o1, o2) -> {