zyy3
2025-12-02 b967bac24b2fd662ac3b8826700fb76c26690aec
trading-order-service/src/main/java/com/yami/trading/service/impl/RechargeBlockchainOrderServiceImpl.java
@@ -89,8 +89,11 @@
//        Date now = new Date();
        RechargeBlockchainOrder recharge = getById(id);
        if (recharge == null) {
            recharge = findByOrderNo(id);
            if (recharge == null) {
            throw new YamiShopBindException("参数错误!");
        }
        }
        User party = userService.getById(recharge.getPartyId());
        if (party == null) {
            throw new YamiShopBindException("用户不存在!");