chen.lin
14 小时以前 bd6e6e28a9c8c138b1c2bae2e18964162a8bbda8
rsf-server/src/main/java/com/vincent/rsf/server/manager/controller/LocController.java
@@ -73,7 +73,7 @@
        Loc loc = locService.getOne(new LambdaQueryWrapper<Loc>().eq(Loc::getCode, locCode),false);
        List<Loc> list = locService.list(new LambdaQueryWrapper<Loc>()
                .eq(Loc::getAreaId, loc.getAreaId())
                .eq(Loc::getChannel,loc.getChannel())
                .eq(!Objects.isNull(loc.getChannel()), Loc::getChannel,loc.getChannel())
                .eq(Loc::getUseStatus, LocStsType.LOC_STS_TYPE_O.type)
        );
        List<String> list1 = list.stream().map(obj -> obj.getCode()).collect(Collectors.toList());