发布流程,方案图重新生成手册按钮bug修复
This commit is contained in:
parent
9584d6704d
commit
e9ef26783f
@ -4306,7 +4306,7 @@ public class DesignerRelationShapeWeb extends ActionWeb {
|
|||||||
*/
|
*/
|
||||||
public String createOutputReport(PALRepositoryModel model, String wsId, String userId, String teamId, String uuid) {
|
public String createOutputReport(PALRepositoryModel model, String wsId, String userId, String teamId, String uuid) {
|
||||||
String taskId = "";
|
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);
|
taskId = PALRepositoryQueryAPIManager.getInstance().createOutputReportPr(wsId, userId, teamId, uuid);
|
||||||
JSONObject object = JSONObject.parseObject(taskId);
|
JSONObject object = JSONObject.parseObject(taskId);
|
||||||
if ("ok".equals(object.getString("result")))
|
if ("ok".equals(object.getString("result")))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user