From 0ce771b4a4ff5897dc91bb1b84a4561781b00ca5 Mon Sep 17 00:00:00 2001 From: whyclxw <810412026@qq.com> Date: 星期一, 01 七月 2024 14:38:24 +0800 Subject: [PATCH] 修改 --- src/main/resources/mapper/UserInfMapper.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/mapper/UserInfMapper.xml b/src/main/resources/mapper/UserInfMapper.xml index ec78575..6d16084 100644 --- a/src/main/resources/mapper/UserInfMapper.xml +++ b/src/main/resources/mapper/UserInfMapper.xml @@ -11,8 +11,8 @@ select table_name from `INFORMATION_SCHEMA`.`TABLES` - where table_name = 'db_user' - and TABLE_SCHEMA = 'temp_numbers' + where table_name = 'temp_numbers' + and TABLE_SCHEMA = 'db_user' </select> <select id="selectSnId" resultType="java.lang.String"> -- Gitblit v1.9.1