Commit b2af9827 authored by hkl's avatar hkl

feat:1.新需求提交-bug修改

parent bad3b49f
...@@ -122,11 +122,11 @@ public class LoginController { ...@@ -122,11 +122,11 @@ public class LoginController {
} }
//1.5 正式员工只能走AO //1.5 正式员工只能走AO
Integer userIdentity = sysUser.getUserIdentity(); // Integer userIdentity = sysUser.getUserIdentity();
if (1 == userIdentity) { // if (1 == userIdentity) {
result.error500("正式员工请从OA登录"); // result.error500("正式员工请从OA登录");
return result; // return result;
} // }
//2. 校验用户名或密码是否正确 //2. 校验用户名或密码是否正确
......
...@@ -161,7 +161,7 @@ mybatis-plus: ...@@ -161,7 +161,7 @@ mybatis-plus:
table-underline: true table-underline: true
configuration: configuration:
# 这个配置会将执行的sql打印出来,在开发或测试的时候可以用 # 这个配置会将执行的sql打印出来,在开发或测试的时候可以用
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
# 返回类型为Map,显示null对应的字段 # 返回类型为Map,显示null对应的字段
call-setters-on-nulls: true call-setters-on-nulls: true
# 驼峰 # 驼峰
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment