gongzuming
2024-09-12 478693f3f19392b057bf886a6a34e16321d9e6da
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;
    }
}