Commit 41c54266 by 王力

Merge branch 'dev_engineer_work_dynamics' into 'develop'

修改

See merge request !235
2 parents 095b186e ba532f13
......@@ -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) {
int index = 1;
int index = 0;
String order_id, title, type, text, location;
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!