Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
D
dqms
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
xuhuanchao
dqms
Commits
cee362b7
Commit
cee362b7
authored
Nov 11, 2022
by
PC-202210251227\Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改数据库配置文件
parent
9a955919
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
7 deletions
+9
-7
application-dev.yml
hmit-admin/src/main/resources/application-dev.yml
+3
-3
DqPersonelEntity.java
...main/java/io/hmit/modules/dq/entity/DqPersonelEntity.java
+1
-1
DqPersonelExcel.java
...c/main/java/io/hmit/modules/dq/excel/DqPersonelExcel.java
+5
-3
No files found.
hmit-admin/src/main/resources/application-dev.yml
View file @
cee362b7
...
@@ -7,9 +7,9 @@ spring:
...
@@ -7,9 +7,9 @@ spring:
#MySQL
#MySQL
driver-class-name
:
com.mysql.cj.jdbc.Driver
driver-class-name
:
com.mysql.cj.jdbc.Driver
# driver-class-name: com.mysql.jdbc.Driver
# driver-class-name: com.mysql.jdbc.Driver
url
:
jdbc:mysql://
localhost:3306/security_enterprise
?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai
url
:
jdbc:mysql://
116.63.54.12:3306/dqms
?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai
username
:
root
username
:
hmit_user
password
:
123456
password
:
HmitUser@2022
# #Oracle
# #Oracle
# driver-class-name: oracle.jdbc.OracleDriver
# driver-class-name: oracle.jdbc.OracleDriver
# url: jdbc:oracle:thin:@localhost:1521:xe
# url: jdbc:oracle:thin:@localhost:1521:xe
...
...
hmit-common/src/main/java/io/hmit/modules/dq/entity/DqPersonelEntity.java
View file @
cee362b7
...
@@ -63,7 +63,7 @@ public class DqPersonelEntity extends BaseEntity {
...
@@ -63,7 +63,7 @@ public class DqPersonelEntity extends BaseEntity {
*/
*/
private
String
type
;
private
String
type
;
/**
/**
* 状态
0:停用 1:正常
* 状态
状态,1未通知,2已通知
*/
*/
private
Integer
status
;
private
Integer
status
;
/**
/**
...
...
hmit-common/src/main/java/io/hmit/modules/dq/excel/DqPersonelExcel.java
View file @
cee362b7
...
@@ -31,9 +31,9 @@ public class DqPersonelExcel {
...
@@ -31,9 +31,9 @@ public class DqPersonelExcel {
private
String
mobile
;
private
String
mobile
;
@Excel
(
name
=
"部门ID"
)
@Excel
(
name
=
"部门ID"
)
private
Long
deptId
;
private
Long
deptId
;
@Excel
(
name
=
"类型
1:密接 2:次密接,3:中高风险地区所在城市漫出人员
"
)
@Excel
(
name
=
"类型"
)
private
Integer
type
;
private
String
type
;
@Excel
(
name
=
"状态
0:停用 1:正常
"
)
@Excel
(
name
=
"状态
1未通知,2已通知
"
)
private
Integer
status
;
private
Integer
status
;
@Excel
(
name
=
"创建者"
)
@Excel
(
name
=
"创建者"
)
private
Long
creator
;
private
Long
creator
;
...
@@ -49,5 +49,7 @@ public class DqPersonelExcel {
...
@@ -49,5 +49,7 @@ public class DqPersonelExcel {
private
Integer
bodyStatus
;
private
Integer
bodyStatus
;
@Excel
(
name
=
"1,正常,2,疑问,3错误"
)
@Excel
(
name
=
"1,正常,2,疑问,3错误"
)
private
Integer
dataStatus
;
private
Integer
dataStatus
;
@Excel
(
name
=
"1.集中隔离,2.居家隔离,3.居家检测,4.人机不符,5.不在本地,6.其他"
)
private
Integer
handleStatus
;
}
}
\ No newline at end of file
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