trading-order-admin/src/main/java/com/yami/trading/api/controller/ApiContractApplyOrderController.java
@@ -264,7 +264,7 @@ private void checkUserStatus(String partyId) { User user = userService.getById(partyId); if (!user.isEnabled()) { throw new YamiShopBindException("用户已锁定"); throw new YamiShopBindException("User is locked"); } } @@ -319,7 +319,7 @@ try { User user = userService.getById(partyId); if (!user.isEnabled()) { throw new YamiShopBindException("用户已锁定"); throw new YamiShopBindException("User is locked"); } Syspara syspara = sysparaService.find("stop_user_internet");