发布流程,方案图重新生成手册按钮bug修复

This commit is contained in:
yujh 2025-03-20 10:13:14 +08:00
parent 9584d6704d
commit e9ef26783f

View File

@ -4306,7 +4306,7 @@ public class DesignerRelationShapeWeb extends ActionWeb {
*/
public String createOutputReport(PALRepositoryModel model, String wsId, String userId, String teamId, String uuid) {
String taskId = "";
if (model.getMethodId().contains("process.")) {
if (model.getMethodId().contains("process.") && !"process.scheme".equals(model.getMethodId())) {
taskId = PALRepositoryQueryAPIManager.getInstance().createOutputReportPr(wsId, userId, teamId, uuid);
JSONObject object = JSONObject.parseObject(taskId);
if ("ok".equals(object.getString("result")))