调用处理

This commit is contained in:
高正杨
2026-03-17 16:59:28 +08:00
parent 9b5075a6a9
commit 9ab680216d
@@ -264,6 +264,11 @@ public class RemoteSystemFeignFallbackFactory implements FallbackFactory<SystemS
return AjaxResult.error("查询失败");
}
@Override
public AjaxResult getGeneralContract() {
return AjaxResult.error("查询失败");
}
@Override
public AjaxResult getInfoByCustomer(String settlementCustomersCode, Integer contractType) {
return AjaxResult.error("查询失败");