比较多层
This commit is contained in:
parent
05ac920205
commit
77f20e616a
|
|
@ -319,7 +319,7 @@ public class CompareReportService {
|
|||
//多层比较父级物料编码/图号
|
||||
if (queryType.compareTo(ReportConstant.QueryTypeEnum.MULTI.getValue()) == 0) {
|
||||
if (CollUtil.isEmpty(leftBomRowIdMap.get(from.getParentRowId()))
|
||||
|| CollUtil.isEmpty(leftBomRowIdMap.get(to.getParentRowId()))) {
|
||||
|| CollUtil.isEmpty(rightBomRowIdMap.get(to.getParentRowId()))) {
|
||||
compareReportVO.setSymbol(ReportConstant.SymbolEnum.NON_EQ.getValue());
|
||||
continue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue