|
|
|
@ -132,7 +132,7 @@ public class InfraredController { |
|
|
|
@ResponseBody |
|
|
|
public List<InfraredBox> selectBoxData(@RequestBody InfraredBox infraredBox) { |
|
|
|
List<InfraredBox> list=new ArrayList<>(); |
|
|
|
if (StringUtils.isNotEmpty(infraredBox.getgit ImgName())) { |
|
|
|
if (StringUtils.isNotEmpty(infraredBox.getImgName())) { |
|
|
|
list = hikVisionService.selectInfraredBoxListByImgName(infraredBox.getImgName()); |
|
|
|
} |
|
|
|
return list; |
|
|
|
|