cloudroam
2024-12-09 61b4b44cf4b60334eb9c3c17d13c01342b4f34cf
src/main/java/com/mzl/flower/service/supplier/StationService.java
@@ -98,6 +98,6 @@
    }
    public Boolean getMainWarehouse(String userId) {
        return stationMapper.selectCount(new LambdaQueryWrapper<Station>().like(Station::getUserIds, userId))>0;
        return stationMapper.selectCount(new LambdaQueryWrapper<Station>().eq(Station::getType,"0").like(Station::getUserIds, userId))>0;
    }
}