|
@@ -737,7 +737,7 @@ object BusinessManager {
|
|
|
if (!lockList.isNullOrEmpty()) {
|
|
if (!lockList.isNullOrEmpty()) {
|
|
|
bo.lockList = mutableListOf()
|
|
bo.lockList = mutableListOf()
|
|
|
lockList.forEachIndexed { index, s ->
|
|
lockList.forEachIndexed { index, s ->
|
|
|
- bo.lockList?.add(LockListBO((index + 1).toString(), s))
|
|
|
|
|
|
|
+ bo.lockList?.add(LockListBO(index + 1, s))
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|