新版仿ok交易所-后端
1
zj
19 hours ago 640ccb9229224642515527daf87f308a7aa9bdf4
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("#.########");