src/main/java/com/xcong/excoin/modules/otc/service/impl/OtcMarketBussinessServiceImpl.java
@@ -62,7 +62,7 @@ @Override public Result findMbInfo(Long id) { OtcMarketBussiness mb = this.baseMapper.selectById(id); OtcMarketBussiness mb = this.baseMapper.selectMarketBussinessByMemberId(id); if (mb == null) { return Result.fail("未找到对应信息"); }