1
zyy
3 days ago a6c07a0526befbbd8194c97eb8f64b84b1a477a1
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("登录失败");