From a2a0114a167377e6f2f8ad20547d55f1b8763474 Mon Sep 17 00:00:00 2001
From: whyclxw <810412026@qq,com>
Date: 星期三, 13 一月 2021 11:57:12 +0800
Subject: [PATCH] 修改

---
 MybatisGenerator/config/generatorConfig.xml |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/MybatisGenerator/config/generatorConfig.xml b/MybatisGenerator/config/generatorConfig.xml
index 735ccab..1bb4be5 100644
--- a/MybatisGenerator/config/generatorConfig.xml
+++ b/MybatisGenerator/config/generatorConfig.xml
@@ -48,8 +48,18 @@
     </javaClientGenerator>
     
 	<!-- 鎸囧畾鏁版嵁琛� -->
-	<table schema="" tableName="tb_user_inf" domainObjectName="User_inf"></table>
-	<table  schema="" tableName="tb_user_battgroup_baojigroup" domainObjectName="User_battgroup_baojigroup"></table>
+	<table schema="" tableName="db_user.tb_user_inf" domainObjectName="User_inf"
+	    enableCountByExample="false"
+        enableUpdateByExample="false"
+        enableDeleteByExample="false"
+        enableSelectByExample="false"
+        selectByExampleQueryId="false"></table>
+	<table  schema="" tableName="db_user.tb_user_battgroup_baojigroup" domainObjectName="User_battgroup_baojigroup" 
+	    enableCountByExample="false"
+        enableUpdateByExample="false"
+        enableDeleteByExample="false"
+        enableSelectByExample="false"
+        selectByExampleQueryId="false"></table>
 	<!-- <table schema="" tableName="tb_content_category"></table>
 	<table schema="" tableName="tb_item"></table>
 	<table schema="" tableName="tb_item_cat"></table> -->

--
Gitblit v1.9.1