|
@@ -177,7 +177,7 @@ public class TmColdStorageServiceImpl extends ServiceImpl<ITmColdStorageMapper,
|
|
|
String dataSource = scenePro == null ? scenePlusExtService.getByPlusId(scenePlus.getId()).getDataSource() : scenePro.getDataSource();
|
|
|
FdkkResponse response = laserService.move(num, oldCamera.getSnCode(), camera.getSnCode(), user.getId(), dataSource);
|
|
|
if(response.getCode() != 200){
|
|
|
- throw new BusinessException(ResultCode.SYSTEM_ERROR);
|
|
|
+ throw new BusinessException(ResultCode.LASER_ERROR);
|
|
|
}
|
|
|
}
|
|
|
}
|