0918优化-单站监控首页日期修改&点位模糊查询
This commit is contained in:
@ -147,9 +147,10 @@ public class EmsSiteConfigController extends BaseController{
|
||||
*/
|
||||
@GetMapping("/getDevicePointList")
|
||||
public TableDataInfo getDevicePointList(@RequestParam String siteId,@RequestParam String deviceId,
|
||||
@RequestParam String deviceCategory, String dataPointName)
|
||||
@RequestParam String deviceCategory, String dataPointName,
|
||||
String dataPoint)
|
||||
{
|
||||
List<PointQueryResponse> result = iEmsDeviceSettingService.getSingleSiteDevicePoints(siteId,deviceId,deviceCategory,dataPointName);
|
||||
List<PointQueryResponse> result = iEmsDeviceSettingService.getSingleSiteDevicePoints(siteId,deviceId,deviceCategory,dataPointName,dataPoint);
|
||||
return getDataTable2(result);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user