|
@@ -66,7 +66,7 @@ public class FdUserCameraController extends BaseController {
|
|
|
if (ObjectUtils.isEmpty(cameraDetailEntity.getCompanyId()) ) {
|
|
|
throw new BusinessException(CameraConstant.FAILURE_CODE_6005, CameraConstant.FAILURE_MSG_6005);
|
|
|
}
|
|
|
- if(!StringUtils.isEmpty(platform) && "fusion".equals(platform) && cameraDetailEntity.getCompanyId().equals(25L)){
|
|
|
+ if(!StringUtils.isEmpty(platform) && "fusion".equals(platform) && !cameraDetailEntity.getCompanyId().equals(25L)){
|
|
|
throw new BusinessException(CameraConstant.FAILURE_CODE_6005, CameraConstant.FAILURE_MSG_6005);
|
|
|
}
|
|
|
|