From 5dde9397045366281cc42b8ace436379a5466c61 Mon Sep 17 00:00:00 2001 From: SZH <szh_hello@163.com> Date: 星期六, 20 八月 2022 13:02:44 +0800 Subject: [PATCH] 删除“系统执行错误”错误代码描述信息 删除冲突的minioConfig类 --- incident-manage/incident-manage-service/src/main/java/com/gkhy/safePlatform/incidentManage/query/AccidentReportQuery.java | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/incident-manage/incident-manage-service/src/main/java/com/gkhy/safePlatform/incidentManage/query/AccidentReportQuery.java b/incident-manage/incident-manage-service/src/main/java/com/gkhy/safePlatform/incidentManage/query/AccidentReportQuery.java index 0cc73e1..a00ecaa 100644 --- a/incident-manage/incident-manage-service/src/main/java/com/gkhy/safePlatform/incidentManage/query/AccidentReportQuery.java +++ b/incident-manage/incident-manage-service/src/main/java/com/gkhy/safePlatform/incidentManage/query/AccidentReportQuery.java @@ -2,13 +2,13 @@ public class AccidentReportQuery { - private Boolean status; + private Integer status; - public Boolean getStatus() { + public Integer getStatus() { return status; } - public void setStatus(Boolean status) { + public void setStatus(Integer status) { this.status = status; } } -- Gitblit v1.9.2