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("承兑商的用户信息不存在");