From e79d8c8f9679839bf983341fe2cf3212e1bb3001 Mon Sep 17 00:00:00 2001
From: wangwh <2397901735@qq.com>
Date: Mon, 28 Oct 2024 14:44:33 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/gzdyh_test' into gzdyh_test
---
dyh-service/dyh-sys/src/main/java/cn/huge/module/buildcode/dao/mapper/xml/BuildCodeMapper.xml | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/dyh-service/dyh-sys/src/main/java/cn/huge/module/buildcode/dao/mapper/xml/BuildCodeMapper.xml b/dyh-service/dyh-sys/src/main/java/cn/huge/module/buildcode/dao/mapper/xml/BuildCodeMapper.xml
index ad55d69..3eeb159 100644
--- a/dyh-service/dyh-sys/src/main/java/cn/huge/module/buildcode/dao/mapper/xml/BuildCodeMapper.xml
+++ b/dyh-service/dyh-sys/src/main/java/cn/huge/module/buildcode/dao/mapper/xml/BuildCodeMapper.xml
@@ -15,12 +15,11 @@
<result property="name" column="name"/>
<result property="comments" column="comments"/>
<result property="dataType" column="dataType"/>
- <result property="dataScale" column="dataScale"/>
</resultMap>
<!--自定义查询-->
<select id="getTabInfo" parameterType="String" resultMap="reslutMap">
SELECT t1.table_name AS "tableName", t2.comments AS "tableComments", t1.column_name AS "name",
- t1.data_type AS "dataType", t3.comments AS "comments", t1.data_default AS "dataScale"
+ t1.data_type AS "dataType", t3.comments AS "comments"
FROM all_tab_columns t1
LEFT JOIN all_tab_comments t2 ON t1.table_name = t2.table_name
LEFT JOIN user_col_comments t3 ON t1.table_name = t3.table_name AND t1.column_name = t3.column_name
--
Gitblit v1.8.0