peng
2025-11-07 f64693c0da5483d8670220bf3a5bf89a32e94a20
backend/src/main/java/com/rongyichuang/region/repository/RegionRepository.java
@@ -28,6 +28,8 @@
     */
    List<Region> findByStateOrderByIdAsc(Integer state);
    
    List<Region> findByLeafFlagAndStateOrderByNameAsc(Boolean leafFlag, Integer state);
    /**
     * 根据名称模糊查询
     */