1.调整河北pms国网上送主配网逻辑
2.技术监督调整
This commit is contained in:
@@ -39,7 +39,7 @@ public interface CommLedgerDeptClient {
|
||||
|
||||
|
||||
@GetMapping("/existMonitorDeptTree")
|
||||
public HttpResult<List<String>> existMonitorDeptTree();
|
||||
HttpResult<List<Dept>> existMonitorDeptTree();
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -38,7 +38,7 @@ public class CommLedgerDeptClientFallbackFactory implements FallbackFactory<Comm
|
||||
}
|
||||
|
||||
@Override
|
||||
public HttpResult<List<String>> existMonitorDeptTree() {
|
||||
public HttpResult<List<Dept>> existMonitorDeptTree() {
|
||||
log.error("{}异常,降级处理,异常为:{}", "获取存在投运监测点的部门id集合", throwable.toString());
|
||||
throw new BusinessException(finalExceptionEnum);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user