|
|
@@ -154,7 +154,6 @@ public class SceneCopyServiceImpl implements ISceneCopyService {
|
|
|
}else {
|
|
|
scenePlus.setSceneStatus(-2);
|
|
|
scenePlusService.updateById(scenePlus);
|
|
|
- sendMq(oldNum,newNum);
|
|
|
}
|
|
|
}catch (Exception e){
|
|
|
log.error("copy-V4-error-oldNum:{},newNum:{}",oldNum,newNum,e);
|
|
|
@@ -164,21 +163,6 @@ public class SceneCopyServiceImpl implements ISceneCopyService {
|
|
|
|
|
|
}
|
|
|
|
|
|
-// private void copyMarkShape(String oldNum, String newNum){
|
|
|
-// List<SceneMarkShape> sceneMarkShapes = sceneMarkShapeService.findByNum(oldNum);
|
|
|
-// if(CollUtil.isEmpty(sceneMarkShapes)){
|
|
|
-// return;
|
|
|
-// }
|
|
|
-// sceneMarkShapes.stream().forEach(v->{
|
|
|
-// v.setId(null);
|
|
|
-// v.setNum(newNum);
|
|
|
-// v.setCreateTime(new Date());
|
|
|
-// v.setUpdateTime(null);
|
|
|
-// });
|
|
|
-// sceneMarkShapeService.saveBatch(sceneMarkShapes);
|
|
|
-// }
|
|
|
-
|
|
|
-
|
|
|
|
|
|
@Value("${queue.scene.copy.result:ucenter-copy-scene-result}")
|
|
|
private String ucenterCpResultQueue;
|