Commit a6014c1e by wangli

修改

1 parent 755c58b6
...@@ -143,11 +143,7 @@ public class EngineerTimelineServiceImpl implements EngineerTimelineService { ...@@ -143,11 +143,7 @@ public class EngineerTimelineServiceImpl implements EngineerTimelineService {
type = "other"; type = "other";
location = locations.get(t.getOrderId()); location = locations.get(t.getOrderId());
} else { } else {
index += 1; continue;
title = String.format("第%d单出发", index);
text = String.format("%d", index);
type = "order";
location = locations.get(t.getOrderId());
} }
item.setTitle(title); item.setTitle(title);
item.setTime(TimeUtils.IsoTimestamp2DateTime(t.getHappen())); item.setTime(TimeUtils.IsoTimestamp2DateTime(t.getHappen()));
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!