This commit is contained in:
parent
1a33683845
commit
5d940a94e9
|
@ -321,7 +321,7 @@ where id = #{id}
|
|||
FROM
|
||||
information_schema.TABLES
|
||||
WHERE
|
||||
TABLE_SCHEMA = 'businesscenter'
|
||||
TABLE_SCHEMA = 'businesscenter_kjs'
|
||||
and TABLE_NAME = #{tableName}
|
||||
</select>
|
||||
|
||||
|
@ -926,7 +926,7 @@ where id = #{id}
|
|||
USER_TAB_COLUMNS
|
||||
WHERE
|
||||
TABLE_NAME = #{tableName}
|
||||
and table_schema = 'businesscenter'
|
||||
and table_schema = 'businesscenter_kjs'
|
||||
|
||||
</select>
|
||||
|
||||
|
@ -935,7 +935,7 @@ where id = #{id}
|
|||
SELECT LOWER(COLUMN_NAME)
|
||||
FROM information_schema.columns
|
||||
WHERE table_name = #{tableName}
|
||||
and table_schema = 'businesscenter'
|
||||
and table_schema = 'businesscenter_kjs'
|
||||
</select>
|
||||
<!-- 分页查询列表 采用like格式 -->
|
||||
<select id="queryMdmST" resultType="com.alibaba.fastjson.JSONObject" parameterType="java.util.HashMap">
|
||||
|
|
Loading…
Reference in New Issue