Commit 920358a7 authored by yangyang's avatar yangyang

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

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