@@ -1219,6 +1219,8 @@ object BusinessManager {
} else {
SPUtils.saveUpdateLockPoint(MyApplication.instance!!, updateList)
SPUtils.saveUpdateKeyReturn(MyApplication.instance!!, UpdateKeyReturnBO(data.taskCode?.toLong()!!, keyNfc!!))
+ // 保存待发数据,切换为待机模式
+ switchReadyMode(bleDevice)
}