|
@@ -175,7 +175,7 @@ public class TmColdStorageServiceImpl extends ServiceImpl<ITmColdStorageMapper,
|
|
|
if(sceneSource == 4 || sceneSource == 5){
|
|
|
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() != 0){
|
|
|
+ if(response.getCode() != 200){
|
|
|
throw new BusinessException(ResultCode.SYSTEM_ERROR);
|
|
|
}
|
|
|
}
|