Commit 44bf3fda by 王力

Merge branch 'feature_mvp616_wangl' into 'develop'

修改

See merge request !99
2 parents 50e4d58e 73370392
......@@ -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!