Commit 308e42cc authored by caotao's avatar caotao

车辆启动时对于丢失掉的线程进行重新计时

parent 019353c0
......@@ -40,6 +40,7 @@ public class ThreadCarMileageTreatment extends Thread {
@Override
public void run() {
System.out.println("----------------------------------------------------开始处理未结束里程---------------------------------");
HashMap<String, String> hashMap = new HashMap<>();
//toDo
WlCarMileage last = null;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment