@@ -45,6 +45,7 @@ public class AppController {
@Operation(summary = "分页设备关键字查询")
@GetMapping("/device/search/page")
+ @Deprecated
public CommonResult<Page<AppDevice>> deviceSearchPage(AppDevicePageParam appDevicePageParam) {
// 关键字为空,调用原来的接口
if (StrUtil.isBlank(appDevicePageParam.getSearchKey())) {
@@ -139,8 +139,9 @@ public class AppDeviceService {
/**
- * 分页设备关键字查询
+ * 分页设备关键字查询 jackzhou 25-1-7 废弃
*/
public Page<AppDevice> pageSearchDevices(AppDevicePageParam appDevicePageParam) {
//根据关键字搜索监控设备编码
List<MonitorTargetRegion> regionList = monitorTargetRegionService.list(new LambdaQueryWrapper<>(MonitorTargetRegion.class)