diff --git a/pom.xml b/pom.xml index d9876363af8d968db25b9fae6de0458161b37f5f..a2a5f63bda013dcad4470a6fb8e5f257c1cd9a21 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 org.dromara.warm-flow-mybatis-flex warm-flow-mybatis-flex - 1.6.7.1 + 1.6.8 pom warm-flow-mybatis-flex @@ -43,8 +43,8 @@ - 1.6.7 - 1.6.7.1 + 1.6.8 + 1.6.8 8 diff --git a/warm-flow-mybatis-flex-core/pom.xml b/warm-flow-mybatis-flex-core/pom.xml index a65b126b4d9a700f64cda9a64f6d3a0570e71562..c7660d27d2c0af5d9ba54dc59c8f3681cb1ed2ed 100644 --- a/warm-flow-mybatis-flex-core/pom.xml +++ b/warm-flow-mybatis-flex-core/pom.xml @@ -6,7 +6,7 @@ org.dromara.warm-flow-mybatis-flex warm-flow-mybatis-flex - 1.6.7.1 + 1.6.8 warm-flow-mybatis-flex-core diff --git a/warm-flow-mybatis-flex-core/src/main/java/org/dromara/warm/flow/orm/entity/FlowDefinition.java b/warm-flow-mybatis-flex-core/src/main/java/org/dromara/warm/flow/orm/entity/FlowDefinition.java index a91ba33a142e3cac267bde00a965d3e3cee7faf9..0515839330464b2ca412009bd5fbec609b2bc69c 100644 --- a/warm-flow-mybatis-flex-core/src/main/java/org/dromara/warm/flow/orm/entity/FlowDefinition.java +++ b/warm-flow-mybatis-flex-core/src/main/java/org/dromara/warm/flow/orm/entity/FlowDefinition.java @@ -120,13 +120,6 @@ public class FlowDefinition implements Definition { */ private String ext; - /** - * 审批表单是否自定义(Y是 2否) - */ - @Deprecated - @Column(ignore = true) - private String xmlString; - @Column(ignore = true) private List nodeList = new ArrayList<>(); diff --git a/warm-flow-mybatis-flex-sb-starter/pom.xml b/warm-flow-mybatis-flex-sb-starter/pom.xml index b3d43ccaab9e99ce2c4f2a52bd578815ddfc0e45..6908138f5f7793ef6aefb266510dd2ffd8e3f8c4 100644 --- a/warm-flow-mybatis-flex-sb-starter/pom.xml +++ b/warm-flow-mybatis-flex-sb-starter/pom.xml @@ -6,7 +6,7 @@ org.dromara.warm-flow-mybatis-flex warm-flow-mybatis-flex - 1.6.7.1 + 1.6.8 warm-flow-mybatis-flex-sb-starter diff --git a/warm-flow-mybatis-flex-sb3-starter/pom.xml b/warm-flow-mybatis-flex-sb3-starter/pom.xml index 42f2639eb1655d92be8e6aa96fd63cd7f0011285..70a09ed10de8ca5a24b8f7eb5af5f2959fefc79c 100644 --- a/warm-flow-mybatis-flex-sb3-starter/pom.xml +++ b/warm-flow-mybatis-flex-sb3-starter/pom.xml @@ -6,7 +6,7 @@ org.dromara.warm-flow-mybatis-flex warm-flow-mybatis-flex - 1.6.7.1 + 1.6.8 warm-flow-mybatis-flex-sb3-starter diff --git a/warm-flow-mybatis-flex-solon-plugin/pom.xml b/warm-flow-mybatis-flex-solon-plugin/pom.xml index ec10ea10c92ad0d9f489db2c469f6935057013b4..878bfeb11932ebf91bc30ecf7a58b5d039c19979 100644 --- a/warm-flow-mybatis-flex-solon-plugin/pom.xml +++ b/warm-flow-mybatis-flex-solon-plugin/pom.xml @@ -6,7 +6,7 @@ org.dromara.warm-flow-mybatis-flex warm-flow-mybatis-flex - 1.6.7.1 + 1.6.8 warm-flow-mybatis-flex-solon-plugin diff --git a/warm-flow-mybatis-flex-test/pom.xml b/warm-flow-mybatis-flex-test/pom.xml index 1f4b2cbbd0f3247cc893df856d0ff6c85a1ed782..e5c7fe5e10e88296193a45a1b497a38f49b5f697 100644 --- a/warm-flow-mybatis-flex-test/pom.xml +++ b/warm-flow-mybatis-flex-test/pom.xml @@ -7,7 +7,7 @@ org.dromara.warm-flow-mybatis-flex warm-flow-mybatis-flex - 1.6.7.1 + 1.6.8 warm-flow-mybatis-flex-test diff --git a/warm-flow-mybatis-flex-test/warm-flow-mybatis-flex-core-test/pom.xml b/warm-flow-mybatis-flex-test/warm-flow-mybatis-flex-core-test/pom.xml index cd742fafff7e94bbf6e0436b1b6c5b85dd93ab3f..209570733fc9467146cee2eed5db107ed5e7e367 100644 --- a/warm-flow-mybatis-flex-test/warm-flow-mybatis-flex-core-test/pom.xml +++ b/warm-flow-mybatis-flex-test/warm-flow-mybatis-flex-core-test/pom.xml @@ -6,7 +6,7 @@ org.dromara.warm-flow-mybatis-flex warm-flow-mybatis-flex-test - 1.6.7.1 + 1.6.8 warm-flow-mybatis-flex-core-test diff --git a/warm-flow-mybatis-flex-test/warm-flow-mybatis-flex-sb-test/pom.xml b/warm-flow-mybatis-flex-test/warm-flow-mybatis-flex-sb-test/pom.xml index 34becfc3cd8e5dfff7d44e993edee52de093e516..a1fece9ade8af5cfac4c725ded58a27741674a5f 100644 --- a/warm-flow-mybatis-flex-test/warm-flow-mybatis-flex-sb-test/pom.xml +++ b/warm-flow-mybatis-flex-test/warm-flow-mybatis-flex-sb-test/pom.xml @@ -5,7 +5,7 @@ org.dromara.warm-flow-mybatis-flex warm-flow-mybatis-flex-test - 1.6.7.1 + 1.6.8 warm-flow-mybatis-flex-sb-test diff --git a/warm-flow-mybatis-flex-test/warm-flow-mybatis-flex-solon-test/pom.xml b/warm-flow-mybatis-flex-test/warm-flow-mybatis-flex-solon-test/pom.xml index 1757c40f34a7d3b906ea5d3b3af91794973677f1..f1fa3ce231d30858995e3ee721fe52d340b95ba8 100644 --- a/warm-flow-mybatis-flex-test/warm-flow-mybatis-flex-solon-test/pom.xml +++ b/warm-flow-mybatis-flex-test/warm-flow-mybatis-flex-solon-test/pom.xml @@ -7,7 +7,7 @@ org.dromara.warm-flow-mybatis-flex warm-flow-mybatis-flex-test - 1.6.7.1 + 1.6.8 warm-flow-mybatis-flex-solon-test