新版仿ok交易所-后端
zyy
2025-09-05 cb0f6d8ca263066e4cc0a4fa5f089e516f5aa909
trading-order-service/src/main/java/com/yami/trading/service/c2c/impl/C2cOrderServiceImpl.java
@@ -511,7 +511,7 @@
        if (null == c2cUser) {
            throw new YamiShopBindException("承兑商不存在");
        }
        User c2cParty =userService.getById(c2cOrder.getC2cUserPartyId());
        User c2cParty =userService.getById(c2cUser.getC2cUserPartyId());
        if (null == c2cParty) {
            throw new YamiShopBindException("承兑商的用户信息不存在");