Sfoglia il codice sorgente

禅道bug-野生动物查询摄像头

hanfucheng 1 anno fa
parent
commit
06a5756084

+ 1 - 1
src/main/java/com/sooka/sponest/data/digitalforest/service/impl/CenterdataTForestAnimalServiceImpl.java

@@ -91,7 +91,7 @@ public class CenterdataTForestAnimalServiceImpl extends BaseServiceImpl implemen
                     list.add(camera);
                     list.add(camera);
                 }
                 }
             });
             });
-            animal.setCameraList(cameraList);
+            animal.setCameraList(list);
         });
         });
         return animalList;
         return animalList;
     }
     }