|
@@ -345,7 +345,7 @@ public class SceneProServiceImpl extends ServiceImpl<ISceneProMapper, ScenePro>
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
@Override
|
|
@Override
|
|
|
- public void generateObjFile(String num) {
|
|
|
|
|
|
|
+ public synchronized void generateObjFile(String num) {
|
|
|
|
|
|
|
|
ScenePro sceneProEntity = this.getByNum(num);
|
|
ScenePro sceneProEntity = this.getByNum(num);
|
|
|
ScenePlus scenePlusEntity = scenePlusService.getByNum(num);
|
|
ScenePlus scenePlusEntity = scenePlusService.getByNum(num);
|