|
|
@ -229,6 +229,8 @@ public class DcDeviceController extends BaseController { |
|
|
|
// 将日期列表以逗号分隔并设置为查询条件的值
|
|
|
|
props.put("terms[0].value", String.join(",", dateList)); |
|
|
|
props.put("paging", false); |
|
|
|
props.put("sorts[0].order","asc"); |
|
|
|
props.put("sorts[0].name","timestamp"); |
|
|
|
AjaxResult ajaxResult = queryDeviceProperties(deviceId, propertyId, props); |
|
|
|
if (!ajaxResult.get("code").equals(200)) { |
|
|
|
return ajaxResult; |
|
|
|