This commit is contained in:
yuqh 2024-08-26 17:07:19 +08:00
parent 1a33683845
commit 5d940a94e9
1 changed files with 3 additions and 3 deletions

View File

@ -321,7 +321,7 @@ where id = #{id}
FROM FROM
information_schema.TABLES information_schema.TABLES
WHERE WHERE
TABLE_SCHEMA = 'businesscenter' TABLE_SCHEMA = 'businesscenter_kjs'
and TABLE_NAME = #{tableName} and TABLE_NAME = #{tableName}
</select> </select>
@ -926,7 +926,7 @@ where id = #{id}
USER_TAB_COLUMNS USER_TAB_COLUMNS
WHERE WHERE
TABLE_NAME = #{tableName} TABLE_NAME = #{tableName}
and table_schema = 'businesscenter' and table_schema = 'businesscenter_kjs'
</select> </select>
@ -935,7 +935,7 @@ where id = #{id}
SELECT LOWER(COLUMN_NAME) SELECT LOWER(COLUMN_NAME)
FROM information_schema.columns FROM information_schema.columns
WHERE table_name = #{tableName} WHERE table_name = #{tableName}
and table_schema = 'businesscenter' and table_schema = 'businesscenter_kjs'
</select> </select>
<!-- 分页查询列表 采用like格式 --> <!-- 分页查询列表 采用like格式 -->
<select id="queryMdmST" resultType="com.alibaba.fastjson.JSONObject" parameterType="java.util.HashMap"> <select id="queryMdmST" resultType="com.alibaba.fastjson.JSONObject" parameterType="java.util.HashMap">