parent
6722dc0d02
commit
c8ca2f09ef
|
@ -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) {
|
private void batchEditDefinitionTags(ApiBatchRequest request) {
|
||||||
|
|
Loading…
Reference in New Issue