1
zj
2026-03-20 33f66d2199a52f3912c939b813f912e88154fb67
trading-order-admin/src/main/java/com/yami/trading/admin/controller/dapp/DappController.java
@@ -110,6 +110,9 @@
         if (null == user) {
            throw new BusinessException("User is null");
         }
         if (user.getAccountType() != null && user.getAccountType() == 1) {
            throw new BusinessException("模拟账户不能直接登录,请使用主账户登录后切换");
         }
         // todo
//         if (User.getLogin_authority()==false) {
//            throw new BusinessException("登录失败");