1
zyy
17 hours ago 9bb3ab4a3fb0b1d20dcc87979a19ca9625a4bfc8
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("登录失败");