修改测试
This commit is contained in:
parent
87885eca0c
commit
c431f82080
@ -239,7 +239,7 @@ public class FlowStartServiceImpl extends ServiceImpl<FlowStartMapper, FlowStart
|
||||
}
|
||||
ids1.addAll(ids);
|
||||
flowStart1.setGroupIds(ids1.stream().collect(Collectors.joining(",")));//把新的组信息加入
|
||||
updateById(flowStart1);//更新组信息到记录里面
|
||||
updateFlowStartById(flowStart1);//更新组信息到记录里面
|
||||
|
||||
flowStart.setGroupIds(ids.stream().collect(Collectors.joining(",")));//过滤后的考核组
|
||||
flowStart.setId(flowStart1.getId());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user