jiangping
2025-05-08 ea0698e0384aa60d3e2bad7da5efd7ea4fb8cf71
server/visits/dmvisit_service/src/main/java/com/doumee/service/business/impl/CategoryServiceImpl.java
@@ -181,6 +181,7 @@
    }
    @Override
    public  List<Category> findChileList(Category model) {
        model.setIsdeleted(Constants.ZERO);
        List<Category> list =findList(model);
        List<Category> data = new ArrayList<>();
        if(list!=null){