Commit 6d9ea76b by shenjinzhu

更新提交

parent beb53971
......@@ -123,8 +123,9 @@ public class MainThread extends Thread {
PingThread.runMap.remove(templateId);
if (FieldThread.runMap.get(templateId) != null)
FieldThread.runMap.remove(templateId);
if (mainMap.get(templateId) != null)
if (mainMap.get(templateId) != null) {
mainMap.remove(templateId);
}
if (allTmp.get(templateId) != null)
allTmp.remove(templateId);
return true;
......
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