|
@ -481,6 +481,7 @@ public class MonitorPlatformService {
|
|
for (int i=0;i<str.length;i++){
|
|
for (int i=0;i<str.length;i++){
|
|
list.add(str[i]);
|
|
list.add(str[i]);
|
|
}
|
|
}
|
|
|
|
|
|
if (iotSystemDictDO!=null){
|
|
if (iotSystemDictDO!=null){
|
|
if (!list.contains(iotSystemDictDO.getCode())){
|
|
if (!list.contains(iotSystemDictDO.getCode())){
|
|
for (int i=0;i<jsonArray.size();i++){
|
|
for (int i=0;i<jsonArray.size();i++){
|