Commit bb52ea70 authored by zhangsen's avatar zhangsen

按钮控制问题处理

parent 87c4c467
......@@ -671,7 +671,7 @@ public class CommonServiceImpl implements ICommonService {
return null;
}
JSONObject jsonObject = JSONObject.parseObject(model.getExtras());
String nextExecutorIds = jsonObject.get("nextExecutorIds").toString();
String nextExecutorIds = jsonObject.get("nextExecuteIds").toString();
model.setFlowStatus(Integer.valueOf(params.get("flowStatus").toString()));
model.setFlowStatusLabel(params.get("flowStatusLabel").toString());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment