浏览代码

流程编辑器逻辑修改

zhenglingfeng 8 年之前
父节点
当前提交
c12f056068
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/yihu/hos/system/service/ProcessManager.java

+ 1 - 1
src/main/java/com/yihu/hos/system/service/ProcessManager.java

@ -88,7 +88,7 @@ public class ProcessManager {
//        return Result.success(result);
//        return Result.success(result);
//    }
//    }
    public String getFlowchat(Integer flowId) throws Exception {
    public String getFlowchart(Integer flowId) throws Exception {
        SystemServiceFlowProcess serviceFlowProcess = processDao.getFlowProcessByFlowId(flowId);
        SystemServiceFlowProcess serviceFlowProcess = processDao.getFlowProcessByFlowId(flowId);
        JSONObject jsonObject = new JSONObject();
        JSONObject jsonObject = new JSONObject();
        jsonObject.put("code", serviceFlowProcess.getCode());
        jsonObject.put("code", serviceFlowProcess.getCode());