trading-order-admin/src/main/java/com/yami/trading/api/controller/ApiFuturesOrderController.java
@@ -154,7 +154,7 @@ this.sessionTokenService.del(session_token); User party = this.partyService.findUserByUserCode(partyId); if (!party.isEnabled()) { throw new YamiShopBindException("用户已锁定"); throw new YamiShopBindException("User is locked"); } if (null == object || !party.getUserId().equals((String) object)) { throw new BusinessException("请稍后再试");