Browse Source

/*编译错误修改*/

master
htjcAdmin 7 months ago
parent
commit
09908bf326
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/java/com/inspect/simulator/controller/InfraredController.java

+ 1
- 1
src/main/java/com/inspect/simulator/controller/InfraredController.java View File

@ -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;


Loading…
Cancel
Save