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