|
|
|
@ -2060,7 +2060,11 @@ public class PatrolResultController extends BaseController { |
|
|
|
filteredList.add(brr); |
|
|
|
} |
|
|
|
} |
|
|
|
return AjaxResult.success(filteredList); |
|
|
|
Map<String, Object> map = new HashMap<>(); |
|
|
|
map.put("total", inspectionPointResultVo.size()); |
|
|
|
map.put("rows", filteredList); |
|
|
|
|
|
|
|
return AjaxResult.success(map); |
|
|
|
} |
|
|
|
|
|
|
|
public String recursionGetNameId(String devId) { |
|
|
|
|