src/main/java/com/mzl/flower/service/supplier/StationService.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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; } }