|
@@ -1389,6 +1389,9 @@ public class SceneFileBuildServiceImpl extends ServiceImpl<ISceneFileBuildMapper
|
|
|
}
|
|
|
message.getExt().put("keepTitle", 1);
|
|
|
|
|
|
+ //提前发送调度器任务,用于管理后台页面及时刷新出“计算优先级”按钮
|
|
|
+ commonService.saveMqSendLog(num, new BuildSceneCallMessage(), -1);
|
|
|
+
|
|
|
String ossOrignPath = commonService.getOssOrignPath(path);
|
|
|
String ossPath = fYunFileService.getFileContent(ossOrignPath + "custom.txt");
|
|
|
if(StrUtil.isNotEmpty(ossPath) && ossPath.contains("MKT862")){
|
|
@@ -1481,6 +1484,9 @@ public class SceneFileBuildServiceImpl extends ServiceImpl<ISceneFileBuildMapper
|
|
|
.set(ScenePlus::getSceneStatus, SceneStatus.wait.code())
|
|
|
.eq(ScenePlus::getNum, num));
|
|
|
|
|
|
+ //提前发送调度器任务,用于管理后台页面及时刷新出“计算优先级”按钮
|
|
|
+ commonService.saveMqSendLog(num, new BuildSceneCallMessage(), -1);
|
|
|
+
|
|
|
HashMap<String, Object> params = new HashMap<>();
|
|
|
params.put("num", num);
|
|
|
params.put("rebuild", 1);
|