dyh-service/dyh-sync/src/main/java/cn/huge/module/buildcode/dao/mapper/xml/BuildCodeMapper.xml
@@ -15,9 +15,8 @@ <result property="name" column="name"/> <result property="comments" column="comments"/> <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',