摘要:
代码格式如下: select * from BillConsume where obId in (select obId from OpenBills where clearTheMarket is null or clearTheMarket=0) 要注意的是:in后面的查询语句必须是查询一个字段 阅读全文
摘要:
No fallback instance of type class org.springblade.contract.feign.IContractFallback found for feign client blade-contract fallback 缺少注解 @Component 阅读全文