trading-order-admin/src/main/java/com/yami/trading/api/controller/ApiC2cUserController.java
@@ -86,7 +86,7 @@ User party = userService.getById(c2cUser.getC2cUserPartyId()); if (null == party) { throw new YamiShopBindException("承兑商的用户信息不存在"); throw new YamiShopBindException("Merchant user info does not exist"); } DecimalFormat df = new DecimalFormat("#.########");