河北pms两级文档需求开发
This commit is contained in:
@@ -20,4 +20,8 @@ public interface DimBusGlobalFeignClient {
|
||||
|
||||
@GetMapping("/runLedgerStatistic")
|
||||
void runLedgerStatistic (@RequestParam("date")String date);
|
||||
|
||||
|
||||
@GetMapping("/dimBusUpEveryDay")
|
||||
void dimBusUpEveryDay (@RequestParam("date")String date);
|
||||
}
|
||||
|
||||
@@ -30,6 +30,12 @@ public class DimBusGlobalFeignClientFallbackFactory implements FallbackFactory<D
|
||||
log.error("{}异常,降级处理,异常为:{}", "统计周期台账运行详细信息: ", throwable.toString());
|
||||
throw new BusinessException(finalExceptionEnum);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void dimBusUpEveryDay(String date) {
|
||||
log.error("{}异常,降级处理,异常为:{}", "统计每日母线稳态超标详情: ", throwable.toString());
|
||||
throw new BusinessException(finalExceptionEnum);
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user