diff --git a/pom.xml b/pom.xml
index 2662a1c..74c7b16 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
com.tiesheng.springboot-parent
springboot-parent
- 0.8.6
+ 0.8.7
pom
springboot-parent
杭州铁晟科技有限公司基础依赖
@@ -57,55 +57,55 @@
com.tiesheng.springboot-parent
springboot-database
- 0.8.6
+ 0.8.7
com.tiesheng.springboot-parent
springboot-login
- 0.8.6
+ 0.8.7
com.tiesheng.springboot-parent
springboot-web
- 0.8.6
+ 0.8.7
com.tiesheng.springboot-parent
springboot-util
- 0.8.6
+ 0.8.7
com.tiesheng.springboot-parent
springboot-platform
- 0.8.6
+ 0.8.7
com.tiesheng.springboot-parent
springboot-message
- 0.8.6
+ 0.8.7
com.tiesheng.springboot-parent
springboot-encrypt
- 0.8.6
+ 0.8.7
com.tiesheng.springboot-parent
springboot-annotation
- 0.8.6
+ 0.8.7
com.tiesheng.springboot-parent
springboot-poi
- 0.8.6
+ 0.8.7
diff --git a/springboot-ademo/pom.xml b/springboot-ademo/pom.xml
index 0636793..a135c0d 100644
--- a/springboot-ademo/pom.xml
+++ b/springboot-ademo/pom.xml
@@ -6,7 +6,7 @@
com.tiesheng.springboot-parent
springboot-parent
- 0.8.6
+ 0.8.7
springboot-ademo
diff --git a/springboot-annotation/pom.xml b/springboot-annotation/pom.xml
index e0824c6..bfc77b2 100644
--- a/springboot-annotation/pom.xml
+++ b/springboot-annotation/pom.xml
@@ -6,7 +6,7 @@
com.tiesheng.springboot-parent
springboot-parent
- 0.8.6
+ 0.8.7
springboot-annotation
diff --git a/springboot-database/pom.xml b/springboot-database/pom.xml
index f5d3de2..0eceac7 100644
--- a/springboot-database/pom.xml
+++ b/springboot-database/pom.xml
@@ -6,7 +6,7 @@
com.tiesheng.springboot-parent
springboot-parent
- 0.8.6
+ 0.8.7
springboot-database
diff --git a/springboot-encrypt/pom.xml b/springboot-encrypt/pom.xml
index fce2177..a85d4fd 100644
--- a/springboot-encrypt/pom.xml
+++ b/springboot-encrypt/pom.xml
@@ -6,7 +6,7 @@
com.tiesheng.springboot-parent
springboot-parent
- 0.8.6
+ 0.8.7
springboot-encrypt
diff --git a/springboot-login/pom.xml b/springboot-login/pom.xml
index 8f28ec6..2a3e5de 100644
--- a/springboot-login/pom.xml
+++ b/springboot-login/pom.xml
@@ -6,7 +6,7 @@
com.tiesheng.springboot-parent
springboot-parent
- 0.8.6
+ 0.8.7
springboot-login
diff --git a/springboot-message/pom.xml b/springboot-message/pom.xml
index 9153d20..3e26800 100644
--- a/springboot-message/pom.xml
+++ b/springboot-message/pom.xml
@@ -6,7 +6,7 @@
com.tiesheng.springboot-parent
springboot-parent
- 0.8.6
+ 0.8.7
springboot-message
diff --git a/springboot-platform/pom.xml b/springboot-platform/pom.xml
index 30a9d2c..8d69f05 100644
--- a/springboot-platform/pom.xml
+++ b/springboot-platform/pom.xml
@@ -6,7 +6,7 @@
com.tiesheng.springboot-parent
springboot-parent
- 0.8.6
+ 0.8.7
springboot-platform
diff --git a/springboot-poi/pom.xml b/springboot-poi/pom.xml
index 28ab0ef..89d5338 100644
--- a/springboot-poi/pom.xml
+++ b/springboot-poi/pom.xml
@@ -6,7 +6,7 @@
com.tiesheng.springboot-parent
springboot-parent
- 0.8.6
+ 0.8.7
springboot-poi
diff --git a/springboot-util/pom.xml b/springboot-util/pom.xml
index ead1ca3..d938aa1 100644
--- a/springboot-util/pom.xml
+++ b/springboot-util/pom.xml
@@ -6,7 +6,7 @@
com.tiesheng.springboot-parent
springboot-parent
- 0.8.6
+ 0.8.7
springboot-util
diff --git a/springboot-web/pom.xml b/springboot-web/pom.xml
index c024fb3..261549e 100644
--- a/springboot-web/pom.xml
+++ b/springboot-web/pom.xml
@@ -6,7 +6,7 @@
com.tiesheng.springboot-parent
springboot-parent
- 0.8.6
+ 0.8.7
springboot-web
diff --git a/springboot-web/src/main/java/com/tiesheng/core/pojos/dao/CoreLogProcess.java b/springboot-web/src/main/java/com/tiesheng/core/pojos/dao/CoreLogProcess.java
index d39b764..2324a44 100644
--- a/springboot-web/src/main/java/com/tiesheng/core/pojos/dao/CoreLogProcess.java
+++ b/springboot-web/src/main/java/com/tiesheng/core/pojos/dao/CoreLogProcess.java
@@ -8,8 +8,8 @@ import com.tiesheng.core.pojos.DaoBase;
import java.util.Date;
/**
- * 日志-过程
- */
+ * 日志-过程
+ */
@TableName(value = "core_log_process")
public class CoreLogProcess extends DaoBase {
/**
@@ -42,6 +42,12 @@ public class CoreLogProcess extends DaoBase {
@TableField(value = "`type`")
private String type;
+ /**
+ * 状态(0-未完成,1-完成)
+ */
+ @TableField(value = "`status`")
+ private Integer status;
+
/**
* 获取标题
*
@@ -131,4 +137,22 @@ public class CoreLogProcess extends DaoBase {
public void setType(String type) {
this.type = type;
}
+
+ /**
+ * 获取状态(0-未完成,1-完成)
+ *
+ * @return status - 状态(0-未完成,1-完成)
+ */
+ public Integer getStatus() {
+ return status;
+ }
+
+ /**
+ * 设置状态(0-未完成,1-完成)
+ *
+ * @param status 状态(0-未完成,1-完成)
+ */
+ public void setStatus(Integer status) {
+ this.status = status;
+ }
}
\ No newline at end of file
diff --git a/springboot-web/src/main/java/com/tiesheng/core/pojos/vo/ProcessDetailVo.java b/springboot-web/src/main/java/com/tiesheng/core/pojos/vo/ProcessDetailVo.java
index 96a5970..0a7351f 100644
--- a/springboot-web/src/main/java/com/tiesheng/core/pojos/vo/ProcessDetailVo.java
+++ b/springboot-web/src/main/java/com/tiesheng/core/pojos/vo/ProcessDetailVo.java
@@ -15,6 +15,16 @@ public class ProcessDetailVo {
private String type;
+ private Integer status;
+
+ public Integer getStatus() {
+ return status;
+ }
+
+ public void setStatus(Integer status) {
+ this.status = status;
+ }
+
public String getTitle() {
return title;
}
diff --git a/springboot-web/src/main/java/com/tiesheng/core/service/CoreLogService.java b/springboot-web/src/main/java/com/tiesheng/core/service/CoreLogService.java
index 871d3f6..022e1d7 100644
--- a/springboot-web/src/main/java/com/tiesheng/core/service/CoreLogService.java
+++ b/springboot-web/src/main/java/com/tiesheng/core/service/CoreLogService.java
@@ -74,8 +74,9 @@ public class CoreLogService extends TsServiceBase
+
- id, create_time, update_time, is_deleted, title, total, success_num, fail_num, `type`
+ id, create_time, update_time, is_deleted, title, total, success_num, fail_num, `type`,
+ `status`
\ No newline at end of file