Kaynağa Gözat

补充缺失的修改提交

Frankensteinly 9 ay önce
ebeveyn
işleme
1b771b1c5a

+ 1 - 1
app/src/main/java/com/grkj/iscs/BusinessManager.kt

@@ -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))
                 }
                 }
             }
             }
         }
         }