forked from gzzfw/backEnd/gz-dyh

liyj
2024-08-17 d65ef814ba4cf59f40396293bf54b43ea20de798
dyh-service/dyh-sync/src/main/java/cn/huge/module/buildcode/dao/mapper/xml/BuildCodeMapper.xml
@@ -17,7 +17,7 @@
        <result property="dataType" column="dataType"/>
        <result property="dataScale" column="dataScale"/>
    </resultMap>
    <!--自定义查询-->
    <!--自定义查询-mysql-->
    <select id="getTabInfo" parameterType="String" resultMap="reslutMap">
        select t2.table_name as 'tableName',
        t2.table_comment as 'tableComments',