[MrpDailyMaterialReqService]
- Commentato toMatch con il codMdep
This commit is contained in:
4256
IntegryManagementSystem.ipr
Normal file
4256
IntegryManagementSystem.ipr
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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) -> {
|
||||
|
||||
Reference in New Issue
Block a user