Merge branch 'develop' of https://gitee.com/likeshop_gitee/likeadmin-java into develop
This commit is contained in:
commit
97683f468b
|
|
@ -28,7 +28,7 @@ public interface GenTableMapper extends IBaseMapper<GenTable> {
|
||||||
"FROM information_schema.tables " +
|
"FROM information_schema.tables " +
|
||||||
"WHERE table_schema = (SELECT database()) " +
|
"WHERE table_schema = (SELECT database()) " +
|
||||||
"AND table_name NOT LIKE 'qrtz_%' AND table_name NOT LIKE 'gen_%' " +
|
"AND table_name NOT LIKE 'qrtz_%' AND table_name NOT LIKE 'gen_%' " +
|
||||||
"AND table_name NOT IN (select table_name from ls_gen_table)",
|
"AND table_name NOT IN (select table_name from la_gen_table)",
|
||||||
"<if test=\"tableName != null and tableName != ''\">" +
|
"<if test=\"tableName != null and tableName != ''\">" +
|
||||||
"AND lower(table_name) like lower(concat('%', #{tableName}, '%'))" +
|
"AND lower(table_name) like lower(concat('%', #{tableName}, '%'))" +
|
||||||
"</if>",
|
"</if>",
|
||||||
|
|
|
||||||
|
|
@ -163,7 +163,6 @@ const formData = reactive({
|
||||||
#end
|
#end
|
||||||
#end
|
#end
|
||||||
#end
|
#end
|
||||||
#end
|
|
||||||
})
|
})
|
||||||
|
|
||||||
const formRules = {
|
const formRules = {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue