Commit 5c5d49a9ab78b1e3e533b0c2a5873ac35de96d75

Authored by tongzhonghao
1 parent 65611f97

绑定摄像头更新摄像头信息。

src/main/java/com/huaheng/pc/config/camera/controller/CameraController.java
... ... @@ -127,6 +127,7 @@ public class CameraController extends BaseController {
127 127 camera.setUseKey(camera.getUseKey());
128 128 if (cameraService.updateById(camera))
129 129 {
  130 + cameraService.loginCamera(camera.getUseKey());
130 131 return success();
131 132 }
132 133 return error();
... ...