调用处理
This commit is contained in:
+5
@@ -264,6 +264,11 @@ public class RemoteSystemFeignFallbackFactory implements FallbackFactory<SystemS
|
|||||||
return AjaxResult.error("查询失败");
|
return AjaxResult.error("查询失败");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public AjaxResult getGeneralContract() {
|
||||||
|
return AjaxResult.error("查询失败");
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public AjaxResult getInfoByCustomer(String settlementCustomersCode, Integer contractType) {
|
public AjaxResult getInfoByCustomer(String settlementCustomersCode, Integer contractType) {
|
||||||
return AjaxResult.error("查询失败");
|
return AjaxResult.error("查询失败");
|
||||||
|
|||||||
Reference in New Issue
Block a user