| | |
| | | } |
| | | for (DetlDto detlDto : detlDtos) { |
| | | if (detlDtoB.getMatnr().equals(detlDto.getMatnr()) && Cools.eq(detlDtoB.getBatch(), detlDto.getBatch()) |
| | | && detlDtoB.getBrand().equals(detlDto.getBrand()) && detlDtoB.getStandby1().equals(detlDto.getStandby1()) |
| | | // && detlDtoB.getBrand().equals(detlDto.getBrand()) |
| | | && detlDtoB.getStandby1().equals(detlDto.getStandby1()) |
| | | && detlDtoB.getStandby2().equals(detlDto.getStandby2()) && detlDtoB.getStandby3().equals(detlDto.getStandby3()) |
| | | && detlDtoB.getBoxType1().equals(detlDto.getBoxType1()) && detlDtoB.getBoxType2().equals(detlDto.getBoxType2()) |
| | | && detlDtoB.getBoxType3().equals(detlDto.getBoxType3())) { |