陶杰
2024-09-12 89f8237e343d2b59dbf280c055751b69ee32f01d
src/main/java/com/mzl/flower/service/supplier/StationService.java
@@ -96,4 +96,8 @@
        List<StationDTO> list = stationMapper.queryList( name);
        return list;
    }
    public Boolean getMainWarehouse(String userId) {
        return stationMapper.selectCount(new LambdaQueryWrapper<Station>().like(Station::getUserIds, userId))>0;
    }
}