mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-09-17 19:06:39 +08:00
commit
bbc382bc38
@ -26,7 +26,7 @@
|
|||||||
tables.create_time,
|
tables.create_time,
|
||||||
tables.update_time,
|
tables.update_time,
|
||||||
t_code_generator_config.update_time configTime
|
t_code_generator_config.update_time configTime
|
||||||
from information_schema.tables tables
|
from information_schema.tables
|
||||||
left join t_code_generator_config on tables.table_name = t_code_generator_config.table_name
|
left join t_code_generator_config on tables.table_name = t_code_generator_config.table_name
|
||||||
where tables.table_schema = (select database())
|
where tables.table_schema = (select database())
|
||||||
<if test="queryForm.tableNameKeywords != null and queryForm.tableNameKeywords != ''">
|
<if test="queryForm.tableNameKeywords != null and queryForm.tableNameKeywords != ''">
|
||||||
|
Loading…
Reference in New Issue
Block a user