Commit 73370392 by wangli

修改

1 parent d6ff6b59
......@@ -81,7 +81,7 @@ public class ScheduleServiceImpl implements ScheduleService {
List<OrderRequest> orders2 = new ArrayList<>();
for (OrderRequest o : orders) {
if (orderIds.contains(o.getOrderId())) {
orders.add(o);
orders2.add(o);
}
}
child.setName("");
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!