@@ -92,7 +92,7 @@ public interface GeomInfoRepository extends JpaRepository<GeomInfo, String> {
@Query(nativeQuery = true,
- value = "select count(*) from geom_info where model_id in :infoIds and "
+ value = "select count(*) from geom_info where model_id in :infoIds"
)
Integer findByModelIdIn(List<Integer> infoIds);