Codex Assistant
2 天以前 58d9f460b2f8c34430285115e2557d18333c5cab
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);
    /**
     * 根据名称模糊查询
     */