修改数据库配置文件

parent 9a955919
...@@ -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
......
...@@ -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;
/** /**
......
...@@ -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
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