Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
H
hzsomms
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ZTGK
hzsomms
Commits
221a249f
Commit
221a249f
authored
Jul 12, 2024
by
hkl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:1.新需求提交-bug修改
parent
09480292
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
LoginController.java
.../org/jeecg/modules/system/controller/LoginController.java
+5
-5
application-dev.yml
jeecg-module-system/src/main/resources/application-dev.yml
+1
-1
No files found.
jeecg-module-system/src/main/java/org/jeecg/modules/system/controller/LoginController.java
View file @
221a249f
...
...
@@ -122,11 +122,11 @@ public class LoginController {
}
//1.5 正式员工只能走AO
Integer
userIdentity
=
sysUser
.
getUserIdentity
();
if
(
1
==
userIdentity
)
{
result
.
error500
(
"正式员工请从OA登录"
);
return
result
;
}
//
Integer userIdentity = sysUser.getUserIdentity();
//
if (1 == userIdentity) {
//
result.error500("正式员工请从OA登录");
//
return result;
//
}
//2. 校验用户名或密码是否正确
...
...
jeecg-module-system/src/main/resources/application-dev.yml
View file @
221a249f
...
...
@@ -161,7 +161,7 @@ mybatis-plus:
table-underline
:
true
configuration
:
# 这个配置会将执行的sql打印出来,在开发或测试的时候可以用
#
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
log-impl
:
org.apache.ibatis.logging.stdout.StdOutImpl
# 返回类型为Map,显示null对应的字段
call-setters-on-nulls
:
true
# 驼峰
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment