陶杰
2024-12-09 f2728ef322de546ef885e21ea99183bfc7b18f24
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;
    }
}