parent
f0f8ffc657
commit
fa7e599b77
|
@ -1842,7 +1842,9 @@ public class ApiDefinitionService {
|
|||
}
|
||||
}
|
||||
}
|
||||
apiDefinitionMapper.updateByExampleSelective(definitionWithBLOBs, getBatchExample(request));
|
||||
if (StringUtils.isEmpty(request.getFollow())) {
|
||||
apiDefinitionMapper.updateByExampleSelective(definitionWithBLOBs, getBatchExample(request));
|
||||
}
|
||||
}
|
||||
|
||||
private void batchEditDefinitionTags(ApiBatchRequest request) {
|
||||
|
|
Loading…
Reference in New Issue