获取设备列表参数:站点ID不必传
This commit is contained in:
@ -63,7 +63,7 @@ public class EmsSiteConfigController extends BaseController{
|
|||||||
* 获取设备列表-分页
|
* 获取设备列表-分页
|
||||||
*/
|
*/
|
||||||
@GetMapping("/getDeviceInfoList")
|
@GetMapping("/getDeviceInfoList")
|
||||||
public TableDataInfo getDeviceInfoList(@RequestParam String siteId,
|
public TableDataInfo getDeviceInfoList(@RequestParam(value = "siteId", required = false) String siteId,
|
||||||
@RequestParam(value = "deviceCategory", required = false) String deviceCategory)
|
@RequestParam(value = "deviceCategory", required = false) String deviceCategory)
|
||||||
{
|
{
|
||||||
startPage();
|
startPage();
|
||||||
|
|||||||
Reference in New Issue
Block a user