|
@@ -173,16 +173,16 @@ public class A00002Service extends A00002BaseModel implements ExecProcessFlow {
|
|
|
|
|
|
|
|
|
|
|
|
- //用户是否可用此登录渠道进行登录权限判断
|
|
|
- if (!XIUtils.getListFromStrDelEmpty(sysUser.getFuncids()).stream()
|
|
|
- .anyMatch(func -> func.equals(LoginMedia.getLoginMedia(loginMedia).getDesc()))) {
|
|
|
- userLogin.setStatus(Loginflag.fail.getIndex());
|
|
|
- userLogin.setLoginCode("EB8000012");
|
|
|
- userLogin.setLoginMsg(UtilTools.getText(userLogin.getLoginCode()));
|
|
|
- userLoginDAO.insertSelective(userLogin);
|
|
|
-
|
|
|
- throw new BusinessException(userLogin.getLoginCode());
|
|
|
- }
|
|
|
+// //用户是否可用此登录渠道进行登录权限判断
|
|
|
+// if (!XIUtils.getListFromStrDelEmpty(sysUser.getFuncids()).stream()
|
|
|
+// .anyMatch(func -> func.equals(LoginMedia.getLoginMedia(loginMedia).getDesc()))) {
|
|
|
+// userLogin.setStatus(Loginflag.fail.getIndex());
|
|
|
+// userLogin.setLoginCode("EB8000012");
|
|
|
+// userLogin.setLoginMsg(UtilTools.getText(userLogin.getLoginCode()));
|
|
|
+// userLoginDAO.insertSelective(userLogin);
|
|
|
+//
|
|
|
+// throw new BusinessException(userLogin.getLoginCode());
|
|
|
+// }
|
|
|
|
|
|
///////////////////////////////
|
|
|
userLoginDAO.insertSelective(userLogin);
|