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