瀏覽代碼

日日日

master
fyf 11 月之前
父節點
當前提交
dae62c3790
共有 1 個文件被更改,包括 4 次插入8 次删除
  1. +4
    -8
      app/src/main/java/com/bonait/bnframework/business/ExecuteTheRecipe.java

+ 4
- 8
app/src/main/java/com/bonait/bnframework/business/ExecuteTheRecipe.java 查看文件

@@ -373,15 +373,11 @@ public class ExecuteTheRecipe {
IsComplete[0] = true;
}
});
long a = System.currentTimeMillis();
while (!IsComplete[0] && !IsForcedEnd) {
if ((System.currentTimeMillis() - a) > 1000 * whileTime) {
break;
}
Thread.sleep(100);//10 *6
}

BottomClick("料仓" + silos.num + "下料");
Thread.sleep(200);

BottomClick1("料仓" + silos.num + "下料");

ExecuteTheRecipe.showlog("料仓" + silos.num + "下料");

//減去料仓数量


Loading…
取消
儲存