|
@@ -111,6 +111,13 @@ public class LevelOneServerInterfaceFallback implements FallbackFactory<LevelOne
|
|
public boolean audit(EnterpriseAuditDto dto) {
|
|
public boolean audit(EnterpriseAuditDto dto) {
|
|
return false;
|
|
return false;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ @Override
|
|
|
|
+ public CooperativeDto getCooperativeById(Long cooperativeId) {
|
|
|
|
+ System.out.println(throwable.getMessage());
|
|
|
|
+ log.error("查询一级市场商户错误,当前ID:{},错误信息是:{}",cooperativeId,throwable.getMessage());
|
|
|
|
+ return null;
|
|
|
|
+ }
|
|
};
|
|
};
|
|
}
|
|
}
|
|
}
|
|
}
|