|
|
@ -28,7 +28,7 @@ public class MonitorService { |
|
|
|
|
|
|
|
public IPage<Object> pageQuery(MonitorQueDto queDto) { |
|
|
|
MonitorEnum table = queDto.getMonitorType(); |
|
|
|
String path = paths.get(table.getZhName()); |
|
|
|
String path = paths.get(table.getTableName()); |
|
|
|
if (path == null) { |
|
|
|
log.error("未找到对应的路径配置, table:{}", table); |
|
|
|
return table.getMockData(queDto); |
|
|
|