|
@@ -209,7 +209,12 @@ public class WzOutboundOrderHController extends JeecgController<WzOutboundOrderH
|
|
clfCompareResultVO.setGgxh(cLfCompareDO.getGgxh());
|
|
clfCompareResultVO.setGgxh(cLfCompareDO.getGgxh());
|
|
ArrayList<CLFCompareTaskResultVo> taskVoList = new ArrayList<>();
|
|
ArrayList<CLFCompareTaskResultVo> taskVoList = new ArrayList<>();
|
|
List<String> taskNoList = new ArrayList<>(Arrays.asList(tasknoArray));
|
|
List<String> taskNoList = new ArrayList<>(Arrays.asList(tasknoArray));
|
|
-
|
|
|
|
|
|
+ cLfCompareDOS.sort(new Comparator<CLfCompareDO>() {
|
|
|
|
+ @Override
|
|
|
|
+ public int compare(CLfCompareDO o1, CLfCompareDO o2) {
|
|
|
|
+ return o1.getRwh().hashCode() - o2.getRwh().hashCode();
|
|
|
|
+ }
|
|
|
|
+ });
|
|
BigDecimal unitPrice = null;
|
|
BigDecimal unitPrice = null;
|
|
boolean amountEquals = true;
|
|
boolean amountEquals = true;
|
|
BigDecimal totalCountEquals = null;
|
|
BigDecimal totalCountEquals = null;
|