|
@@ -38,5 +38,6 @@ public class CameraIncrementLogServiceImpl extends ServiceImpl<ICameraIncrementL
|
|
|
public void saveUnbindLog(Long cameraId) {
|
|
|
UserIncrement userIncrement = userIncrementService.getByCameraId(cameraId);
|
|
|
this.saveLog(cameraId,userIncrement.getId(),null,1);
|
|
|
+ this.saveLog(cameraId,null,null,3);
|
|
|
}
|
|
|
}
|