mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
2.2.0
This commit is contained in:
@@ -75,6 +75,10 @@ public class RouteApi {
|
|||||||
.map(RouteVO::getId)
|
.map(RouteVO::getId)
|
||||||
.collect(Collectors.toList());
|
.collect(Collectors.toList());
|
||||||
|
|
||||||
|
if (routeIdList.isEmpty()) {
|
||||||
|
return datagrid;
|
||||||
|
}
|
||||||
|
|
||||||
Map<String, Byte> routeIdStatusMap = configRouteBaseMapper
|
Map<String, Byte> routeIdStatusMap = configRouteBaseMapper
|
||||||
.list(new Query().in("route_id", routeIdList))
|
.list(new Query().in("route_id", routeIdList))
|
||||||
.stream()
|
.stream()
|
||||||
|
Reference in New Issue
Block a user