|
|
@@ -1404,7 +1404,7 @@ object BusinessManager {
|
|
|
// 上报点位钥匙绑定
|
|
|
NetApi.updateLockPointBatch(updateList) { isSuccess, msg ->
|
|
|
if (isSuccess || msg == MyApplication.instance?.applicationContext!!.getString(
|
|
|
- R.string.ticket_lost
|
|
|
+ R.string.lock_nfc_lost
|
|
|
)
|
|
|
) {
|
|
|
data.taskCode?.toLong()?.let {
|
|
|
@@ -1787,7 +1787,7 @@ object BusinessManager {
|
|
|
if (updateList.isNotEmpty()) {
|
|
|
NetApi.updateLockPointBatch(updateList) { isSuccess, msg ->
|
|
|
if (isSuccess || msg == MyApplication.instance?.applicationContext!!.getString(
|
|
|
- R.string.ticket_lost
|
|
|
+ R.string.lock_nfc_lost
|
|
|
)
|
|
|
) {
|
|
|
SPUtils.clearUpdateLockPoint(context)
|