lyq 1 éve
szülő
commit
5365bd8f53

+ 1 - 1
src/main/resources/mapper/commandcenter/CommandCentreMapper.xml

@@ -231,7 +231,7 @@
         cameraFactory,b.longitude,b.latitude,b.camera_radius cameraRadius
         FROM centerdata_t_equipment_camera a
         LEFT JOIN ${database_monitor}.centermonitor_t_camera b ON b.id = a.camera_id
-        where a.type = '1'
+        where a.type = 'forest_importarea'
         <if test="params.projectIds != null and params.projectIds.size > 0">
             AND a.business_id IN
             <foreach item="areaid" collection="params.areaIds" open="(" separator="," close=")">