forked from gzzfw/backEnd/gz-dyh

dyh-service/dyh-sync-bydyh/src/main/java/cn/huge/module/buildcode/dao/mapper/xml/BuildCodeMapper.xml
File was renamed from dyh-service/dyh-sync/src/main/java/cn/huge/module/buildcode/dao/mapper/xml/BuildCodeMapper.xml
@@ -22,8 +22,7 @@
        t2.table_comment as 'tableComments',
        t1.column_name as 'name',
        t1.data_type as 'dataType',
        t1.column_comment as 'comments',
        t1.column_default as 'dataScale'
        t1.column_comment as 'comments'
        from information_schema.`columns` t1 left join information_schema.`tables` t2
        on t1.table_name = t2.table_name and t1.table_schema = t2.table_schema
        where t1.table_schema = #{tableSchema}