Browse Source

优化444

茶饮新(现场)
fyf 11 months ago
parent
commit
02e86536e3
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      app/src/main/java/com/bonait/bnframework/business/ExecuteTheRecipe.java
  2. +1
    -1
      app/src/main/java/com/bonait/bnframework/modules/home/fragment/from/fragment/JiaoYan_lsjy_fragment.java

+ 1
- 1
app/src/main/java/com/bonait/bnframework/business/ExecuteTheRecipe.java View File

@@ -403,7 +403,7 @@ public class ExecuteTheRecipe {
ToastUtils.error("异常信息:" + ex.getMessage());
IsMakeGood=false;
}
Thread.sleep(100);
Thread.sleep(500);
}
@Override
public void RunComplete() throws InterruptedException {


+ 1
- 1
app/src/main/java/com/bonait/bnframework/modules/home/fragment/from/fragment/JiaoYan_lsjy_fragment.java View File

@@ -420,7 +420,7 @@ public class JiaoYan_lsjy_fragment extends BaseFragment {
}
}

Thread.sleep(100);
Thread.sleep(200);
} catch (InterruptedException e) {
}
}


Loading…
Cancel
Save