1.自定义报表调整

This commit is contained in:
2024-09-26 16:42:25 +08:00
parent e6dc70e048
commit 64187da4fb
4 changed files with 46 additions and 60 deletions

View File

@@ -136,7 +136,7 @@ public class CommTerminalGeneralClientFallbackFactory implements FallbackFactory
@Override
public HttpResult<PqsDeviceUnit> lineUnitDetail(String lineId) {
log.error("{}异常,降级处理,异常为:{}", "获取测点详细信息集合", throwable.toString());
log.error("{}异常,降级处理,异常为:{}", "根据监测点获取测点数据单位", throwable.toString());
throw new BusinessException(finalExceptionEnum);
}