Commit 920358a7 authored by yangyang's avatar yangyang

fix(检验业务开通按钮权限):保存接口按钮错误

parent b7d96c0b
...@@ -138,8 +138,10 @@ public class JyjcOpeningApplicationServiceImpl extends BaseService<JyjcOpeningAp ...@@ -138,8 +138,10 @@ public class JyjcOpeningApplicationServiceImpl extends BaseService<JyjcOpeningAp
List<String> codes = createCodeService.createApplicationFormCode(ApplicationFormTypeEnum.JY.getCode(), 1); List<String> codes = createCodeService.createApplicationFormCode(ApplicationFormTypeEnum.JY.getCode(), 1);
model.setApplicationSeq(codes.get(0)); model.setApplicationSeq(codes.get(0));
model = this.createWithModel(model); model = this.createWithModel(model);
// 默认自动执行第一步 if (enableStartFlow) {
execueFlow(MapBuilder.<String, Object>create().put("op", "0").put("instanceId", instanceId).put("comments", "").build()); // 默认自动执行第一步
execueFlow(MapBuilder.<String, Object>create().put("op", "0").put("instanceId", instanceId).put("comments", "").build());
}
return model; return model;
} else { } else {
return this.updateWithModel(model); return this.updateWithModel(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