|
@@ -393,6 +393,11 @@ public class BuildSceneServiceImpl implements IBuildSceneService {
|
|
|
|
|
|
wbService.sendMq(sceneCode, CommonSuccessStatus.SUCCESS.code());
|
|
|
|
|
|
+ //为了内存使用率达标,所以这里固定这个场景每次算完进行重算
|
|
|
+ if(sceneCode.equals("KJ-lt-gDBJRGCxHXC")){
|
|
|
+ HttpUtil.get("http://localhost:8085/api/scene/file/rebuildScene?num=KJ-lt-gDBJRGCxHXC");
|
|
|
+ }
|
|
|
+
|
|
|
log.info("场景计算结果处理结束,场景码:{}", sceneCode);
|
|
|
|
|
|
}catch (Exception e){
|