diff --git a/pom.xml b/pom.xml
index d514b30..92f2fe8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -216,6 +216,13 @@
${hutool.vercion}
+
+
+ com.ruoyi
+ ruoyi-abuwx
+ ${ruoyi.version}
+
+
@@ -226,6 +233,7 @@
ruoyi-quartz
ruoyi-generator
ruoyi-common
+ ruoyi-abuwx
pom
diff --git a/ruoyi-abuwx/pom.xml b/ruoyi-abuwx/pom.xml
new file mode 100644
index 0000000..560665e
--- /dev/null
+++ b/ruoyi-abuwx/pom.xml
@@ -0,0 +1,33 @@
+
+
+ 4.0.0
+
+ com.ruoyi
+ ruoyi
+ 3.8.6
+
+
+ ruoyi-abuwx
+
+ 微信小程序
+
+
+
+
+ com.ruoyi
+ ruoyi-common
+
+
+
+ com.ruoyi
+ ruoyi-system
+
+
+ com.ruoyi
+ ruoyi-framework
+
+
+
+
diff --git a/ruoyi-admin/pom.xml b/ruoyi-admin/pom.xml
index f066dd0..1c279dd 100644
--- a/ruoyi-admin/pom.xml
+++ b/ruoyi-admin/pom.xml
@@ -61,6 +61,12 @@
ruoyi-generator
+
+
+ com.ruoyi
+ ruoyi-abuwx
+
+
diff --git a/ruoyi-generator/src/main/resources/mapper/generator/GenTableMapper.xml b/ruoyi-generator/src/main/resources/mapper/generator/GenTableMapper.xml
index f67a287..8289725 100644
--- a/ruoyi-generator/src/main/resources/mapper/generator/GenTableMapper.xml
+++ b/ruoyi-generator/src/main/resources/mapper/generator/GenTableMapper.xml
@@ -12,7 +12,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
-
@@ -28,7 +27,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
-
+
@@ -53,11 +52,11 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
-
+
- select table_id, table_name, table_comment, sub_table_name, sub_table_fk_name, class_name, tpl_category, tpl_web_type, package_name, module_name, business_name, function_name, function_author, gen_type, gen_path, options, create_by, create_time, update_by, update_time, remark from gen_table
+ select table_id, table_name, table_comment, sub_table_name, sub_table_fk_name, class_name, tpl_category, package_name, module_name, business_name, function_name, function_author, gen_type, gen_path, options, create_by, create_time, update_by, update_time, remark from gen_table
-
+
-
+
-
+
-
+
-
+
-
+
-
+
insert into gen_table (
table_name,
table_comment,
class_name,
tpl_category,
- tpl_web_type,
package_name,
module_name,
business_name,
@@ -170,7 +168,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
sysdate()
)
-
+
update gen_table
@@ -183,7 +181,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
gen_type = #{genType},
gen_path = #{genPath},
tpl_category = #{tplCategory},
- tpl_web_type = #{tplWebType},
package_name = #{packageName},
module_name = #{moduleName},
business_name = #{businessName},
@@ -195,12 +192,12 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
where table_id = #{tableId}
-
+
- delete from gen_table where table_id in
+ delete from gen_table where table_id in
#{tableId}
-
\ No newline at end of file
+