Commit 1d2e29af authored by yangyang's avatar yangyang

fix(检验检测开通):1.过滤检验检测人员枚举更换;2.行业主管部门字段从字典表取值

parent a7a76094
......@@ -129,7 +129,7 @@ public class JyjcOpeningApplicationServiceImpl extends BaseService<JyjcOpeningAp
model.setStatus(FlowStatusEnum.SUBMITTED.getCode() + "");
model.setStatusName(FlowStatusEnum.SUBMITTED.getName());
model = this.updateWithModel(model);
execueFlow(MapBuilder.<String,Object>create().put("op", "0").put("instanceId", model.getWorkflowProstanceId()).put("comments", "").build());
execueFlow(MapBuilder.<String,Object>create().put("op", "1").put("instanceId", model.getWorkflowProstanceId()).put("comments", "").build());
return model;
}
......
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