提交 7081396e 编写于 作者: N nzomkxia

tag route bug fix

上级 00ca00e7
......@@ -68,7 +68,7 @@ public class TagRoutesController {
if (providerService.findVersionInApplication(app).equals("2.6")) {
throw new VersionValidationException("dubbo 2.6 does not support tag route");
}
if (routeService.findConditionRoute(id) == null) {
if (routeService.findTagRoute(id) == null) {
throw new ResourceNotFoundException("can not find tag route, Id: " + id);
}
routeService.updateTagRoute(routeDTO);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册