Cui Zhi Feng
2024-10-23 1fff6f68aeb68750052231215bbffc9246a3fe8d
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>().eq(Station::getType,"0").like(Station::getUserIds, userId))>0;
    }
}