Browse Source

强制结束后 恢复强制结束

master
fyf 1 year ago
parent
commit
6165d95337
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      app/src/main/java/com/bonait/bnframework/modules/home/activity/BottomNavigationNewActivity.java
  2. +1
    -0
      app/src/main/java/com/bonait/bnframework/modules/home/fragment/Home1Fragment.java

+ 1
- 0
app/src/main/java/com/bonait/bnframework/modules/home/activity/BottomNavigationNewActivity.java View File

@@ -420,6 +420,7 @@ public class BottomNavigationNewActivity extends BaseActivity {
{
ExecuteTheRecipe.WriteMainPLC("强制结束任务完成", true, null);//复位
}
ExecuteTheRecipe.StopForcedEnd();//设置恢复强制结束
}
}
});


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

@@ -627,6 +627,7 @@ public class Home1Fragment extends BaseFragment {
{
ExecuteTheRecipe.WriteMainPLC("强制结束任务完成", true, null);//复位
}
ExecuteTheRecipe.StopForcedEnd();//设置恢复强制结束
}
}
});


Loading…
Cancel
Save