Browse Source

4

燃气自翻炒锅
fyf 1 year ago
parent
commit
0be7d5e1e2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/src/main/java/com/bonait/bnframework/business/ExecuteTheRecipe.java

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

@@ -1103,7 +1103,7 @@ public class ExecuteTheRecipe {
public static void TempControl() {
boolean TempBool = false;
Object val_wd = ExecuteTheRecipe.getListingValue("当前锅底温度");
int dq_wd = (int) val_wd;//当前锅底温度
int dq_wd =val_wd==null?0: (int) val_wd;//当前锅底温度
if (dq_wd >= (ConfigName.getInstance().MaxTemp - 5)) //如果当前温度大于最大温度限制 断开
{
TempBool = true;//设置断开


Loading…
Cancel
Save