1
zj
2026-03-07 420b832c4a7f55b0af636c94828220fd8e99ffaf
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("登录失败");