Commit ba532f13 by wangli

修改

1 parent ca1b4601
...@@ -124,7 +124,7 @@ public class EngineerTimelineServiceImpl implements EngineerTimelineService { ...@@ -124,7 +124,7 @@ public class EngineerTimelineServiceImpl implements EngineerTimelineService {
private List<EnginnerTimelineResp.DynamicItem> packItems(List<OrderEvent> timelines, List<OrderAppointment> orders, HashMap<String, String> locations, String warehouseLocation) { private List<EnginnerTimelineResp.DynamicItem> packItems(List<OrderEvent> timelines, List<OrderAppointment> orders, HashMap<String, String> locations, String warehouseLocation) {
int index = 1; int index = 0;
String order_id, title, type, text, location; String order_id, title, type, text, location;
List<EnginnerTimelineResp.DynamicItem> items = new ArrayList<>(); List<EnginnerTimelineResp.DynamicItem> items = new ArrayList<>();
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!