|
|
@@ -1485,6 +1485,17 @@ object BusinessManager {
|
|
|
SPUtils.saveUpdateKeyReturn(
|
|
|
MyApplication.instance!!, UpdateKeyReturnBO(taskCode, keyNfc)
|
|
|
)
|
|
|
+ if (msg == MyApplication.instance?.applicationContext!!.getString(
|
|
|
+ R.string.ticket_lost
|
|
|
+ )
|
|
|
+ ) {
|
|
|
+ sendEventMsg(
|
|
|
+ MsgEvent(
|
|
|
+ MsgEventConstants.MSG_EVENT_TICKET_FINISHED,
|
|
|
+ null
|
|
|
+ )
|
|
|
+ )
|
|
|
+ }
|
|
|
} else {
|
|
|
done()
|
|
|
sendEventMsg(
|
|
|
@@ -1827,6 +1838,17 @@ object BusinessManager {
|
|
|
getBleBeanByRfid(itData.keyNfc)?.bleDevice?.let {
|
|
|
switchReadyMode(it)
|
|
|
}
|
|
|
+ if (msg == MyApplication.instance?.applicationContext!!.getString(
|
|
|
+ R.string.ticket_lost
|
|
|
+ )
|
|
|
+ ) {
|
|
|
+ sendEventMsg(
|
|
|
+ MsgEvent(
|
|
|
+ MsgEventConstants.MSG_EVENT_TICKET_FINISHED,
|
|
|
+ null
|
|
|
+ )
|
|
|
+ )
|
|
|
+ }
|
|
|
}
|
|
|
if (count == itemsToRemove.size) {
|
|
|
if (returnList.isEmpty()) {
|