|
|
@ -43,6 +43,8 @@ public class FlowManageServiceImpl implements FlowManageService {
|
|
|
|
|
|
|
|
|
|
|
|
assertBase(flowInfoReqVo);
|
|
|
|
assertBase(flowInfoReqVo);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Long count = systemFlowService.lambdaQuery().eq(SystemFlow::getFlowName, flowInfoReqVo.getFlowName()).count();
|
|
|
|
|
|
|
|
Assert.isTrue(count == 0, "流程名称已存在");
|
|
|
|
// 一个子库最多对应一种流程类型
|
|
|
|
// 一个子库最多对应一种流程类型
|
|
|
|
List<String> baseIdList = flowInfoReqVo.getBaseIdList();
|
|
|
|
List<String> baseIdList = flowInfoReqVo.getBaseIdList();
|
|
|
|
List<Integer> flowTypeList = flowInfoReqVo.getFlowTypeList();
|
|
|
|
List<Integer> flowTypeList = flowInfoReqVo.getFlowTypeList();
|
|
|
|