|
|
@@ -3466,7 +3466,7 @@ public class KwtWaybillOrderV1Service {
|
|
|
List<KwtWaybillOrderNode> nodeList = Lists.newArrayList() ;
|
|
|
if (org.apache.commons.collections4.CollectionUtils.isNotEmpty(kwtWaybillOrderNodes)){
|
|
|
nodeList = kwtWaybillOrderNodes.stream()
|
|
|
- .filter(x->Objects.nonNull(x.getWeighbridgeId()))
|
|
|
+ .filter(x->Objects.nonNull(x.getWeighbridgeId()) && x.getRemark().contains("称重"))
|
|
|
.sorted(Comparator.comparing(KwtWaybillOrderNode::getCreateTime))
|
|
|
.collect(Collectors.toList());
|
|
|
}
|