fix: 修复蓝牙开锁成功后,锁记录同步不完整bug

This commit is contained in:
Liuyf 2025-05-26 16:27:35 +08:00
parent 5d0da71780
commit e4649655b4

View File

@ -378,7 +378,7 @@ class LockDetailLogic extends BaseGetXController {
if (i == getList.length - 1) {
//
state.operateDate = operateDate;
state.operateDate = time;
}
} catch (e) {
AppLog.log('操作记录:$indexList,解析失败,跳过该跳记录,进行下一条记录解析。');