Commit 229a4371 authored by caotao's avatar caotao

移除无用代码

parent 9b0b3aea
......@@ -673,8 +673,6 @@ public class CommonServiceImpl implements ICommonService {
if (model == null) {
return null;
}
JSONObject jsonObject = JSONObject.parseObject(model.getExtras());
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