|
@@ -1720,9 +1720,9 @@ public class SubmitServiceImpl implements SubmitService {
|
|
|
}
|
|
|
orderShopPos.add(shopOrder);
|
|
|
//把原shoporderlist拆分的shop剔除,加入拆分后的shop
|
|
|
- shopOrderList.removeIf(s -> s.getShopId().equals(shopOrder.getShopId()));
|
|
|
+// shopOrderList.removeIf(s -> s.getShopId().equals(shopOrder.getShopId()));
|
|
|
}
|
|
|
- shopOrderList.addAll(orderShopPos);
|
|
|
+ shopOrderList=orderShopPos;
|
|
|
}
|
|
|
|
|
|
/**
|