解决系统管理-》基础数据-》库房/药房管理无法添加的耗材库问题
This commit is contained in:
@@ -63,7 +63,7 @@ public class LocationServiceImpl extends ServiceImpl<LocationMapper, Location> i
|
|||||||
@Override
|
@Override
|
||||||
public List<Location> getPharmacyCabinetList() {
|
public List<Location> getPharmacyCabinetList() {
|
||||||
return baseMapper.selectList(new LambdaQueryWrapper<Location>().in(Location::getFormEnum,
|
return baseMapper.selectList(new LambdaQueryWrapper<Location>().in(Location::getFormEnum,
|
||||||
LocationForm.CABINET.getValue(), LocationForm.PHARMACY.getValue()));
|
LocationForm.CABINET.getValue(), LocationForm.PHARMACY.getValue(), LocationForm.WAREHOUSE.getValue()));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user