Commit 5d5e40ff authored by wanghao's avatar wanghao

1 大屏端 全局搜素 设备,场站,用户信息,监控 ,以及点击查看 详情功能初步实现,待跟前段界面联调测试。

parent 002fc467
......@@ -79,7 +79,7 @@ public class TDeviceInfoController extends BaseController
*
* 大屏端 全局搜素 设备,场站,用户信息,监控 步骤二
* */
@GetMapping("/queryBasicInforByNameForBigWindows")
@GetMapping("/queryBasicInforByTypeAndIdForBigWindows")
public AjaxResult queryBasicInforByTypeAndIdForBigWindows(String type,String id) {
return AjaxResult.success(tDeviceInfoService.queryBasicInforByTypeAndIdForBigWindows(type,id));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment