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