|
@@ -227,18 +227,13 @@ public class SceneWorkQueueListener implements ChannelAwareMessageListener {
|
|
|
workAddDto.setSceneDTOList(scenes);
|
|
|
|
|
|
this.initData(workAddDto, workEntity);
|
|
|
-
|
|
|
+ workEntity.setPanoStatus(3);
|
|
|
workEntity.setCalcStatus(1);
|
|
|
workService.updateById(workEntity);
|
|
|
sendEndMq(param);
|
|
|
updateOssStatusJson(param.getSceneCode(),1);
|
|
|
}
|
|
|
log.info("场景计算结束,队列名:{},id:{}", queueNameService.getQueueName(), messageId);
|
|
|
- if (ObjUtil.isNotEmpty(workEntity)&&ObjUtil.isNotNull(workEntity.getId())){
|
|
|
- log.info("场景计算结束,修改切图状态-start");
|
|
|
- workService.updatePanoStatus(workEntity.getId(),3);
|
|
|
- log.info("场景计算结束,修改切图状态-end");
|
|
|
- }
|
|
|
|
|
|
}catch (Exception e){
|
|
|
if (StrUtil.isNotEmpty(sceneCode)){
|