trading-order-service/src/main/java/com/yami/trading/service/impl/RechargeBlockchainOrderServiceImpl.java
@@ -89,7 +89,10 @@ // Date now = new Date(); RechargeBlockchainOrder recharge = getById(id); if (recharge == null) { throw new YamiShopBindException("参数错误!"); recharge = findByOrderNo(id); if (recharge == null) { throw new YamiShopBindException("参数错误!"); } } User party = userService.getById(recharge.getPartyId()); if (party == null) {