diff --git a/dalgen/abssqrTables/COLL_ORG.xml b/dalgen/abssqrTables/COLL_ORG.xml
new file mode 100644
index 0000000000000000000000000000000000000000..3c8588e82e4accb0e5defa7a879663ba8550fd85
--- /dev/null
+++ b/dalgen/abssqrTables/COLL_ORG.xml
@@ -0,0 +1,189 @@
+
+
+
+
+
+ ID,API_KEY,STATUS,ORG_CODE,ORG_NAME
+ ,ORG_TYPE,SECRET_KEY,GMT_CREATE,GMT_MODIFIED
+
+
+
+
+ sf.ID,sf.API_KEY,sf.STATUS,sf.ORG_CODE,sf.ORG_NAME
+ ,sf.ORG_TYPE,sf.SECRET_KEY,sf.GMT_CREATE,sf.GMT_MODIFIED
+
+
+
+
+ SELECT
+ LAST_INSERT_ID()
+
+
+
+
+
+
+
+ INSERT INTO coll_org(
+ ID
+ ,API_KEY
+ ,STATUS
+ ,ORG_CODE
+ ,ORG_NAME
+ ,ORG_TYPE
+ ,SECRET_KEY
+ ,GMT_CREATE
+ ,GMT_MODIFIED
+ )VALUES
+
+ (
+ null
+ , #{item.apiKey,jdbcType=VARCHAR}
+ , #{item.status,jdbcType=VARCHAR}
+ , #{item.orgCode,jdbcType=VARCHAR}
+ , #{item.orgName,jdbcType=VARCHAR}
+ , #{item.orgType,jdbcType=VARCHAR}
+ , #{item.secretKey,jdbcType=VARCHAR}
+ , now()
+ , now()
+ )
+
+
+
+
+
+
+
+
+
+ SELECT *
+ FROM coll_org
+ WHERE
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SELECT *
+ FROM coll_org
+ WHERE
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SELECT *
+ FROM coll_org
+ WHERE
+
+
+
+
+
+
+
+ SELECT *
+ FROM coll_org
+ WHERE
+
+
+
+
+
+
diff --git a/dalgen/config.xml b/dalgen/config.xml
new file mode 100644
index 0000000000000000000000000000000000000000..7b7dbbbfd94b0b2a0cc8ba434a0fbda2eed31c4d
--- /dev/null
+++ b/dalgen/config.xml
@@ -0,0 +1,102 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dalgen/config/config.xml b/dalgen/config/config.xml
index d267009a05f9a1184090e8a8ba2b141892b94c34..de6d71d028f4736a14209333f5bbd300e266087f 100644
--- a/dalgen/config/config.xml
+++ b/dalgen/config/config.xml
@@ -95,7 +95,7 @@
-
+
diff --git a/mybatis-maven-plugin.iml b/mybatis-maven-plugin.iml
index 21ad38d5ab16b32a95749ec25a212523669f6821..f26e155261905ab1ab579e07543f035583bd0d3c 100644
--- a/mybatis-maven-plugin.iml
+++ b/mybatis-maven-plugin.iml
@@ -24,7 +24,8 @@
-
+
+
@@ -58,17 +59,16 @@
-
-
+
-
+
-
+
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index cfb6195c9299abddd0348fe0c8df5a7d41786cb8..eab9cc56751ad8ac2793ab7c044a8683014eb2b9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,17 +9,16 @@
maven-plugin
${project.groupId}:${project.artifactId}
- 1.2.6.2
+ 1.2.4.0
https://gitee.com/bangis/mybatis.generator
mybatis generator mapper.xml mapper.java dao.java do.java paging map list
2017
- org.springframework.boot
- spring-boot-starter-parent
- 1.5.8.RELEASE
-
+ org.sonatype.oss
+ oss-parent
+ 7
@@ -50,14 +49,12 @@
- central
- central
- http://dev.maven.abssqr.cn/repository/maven-releases/
+ releases
+ https://oss.sonatype.org/service/local/staging/deploy/maven2/
- snapshot
- snapshot
- http://dev.maven.abssqr.cn/repository/maven-snapshots
+ snapshots
+ https://oss.sonatype.org/content/repositories/snapshots/
@@ -145,15 +142,15 @@
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
maven-antrun-plugin
@@ -210,9 +207,11 @@
cn.dalgen.plugins
mybatis-maven-plugin
- 1.2.6.1
+ 1.2.4.0
srcTmp
+ false
+ dalgen/template