This commit is contained in:
Paidax
2024-12-18 21:07:45 +08:00
parent 3ea351001e
commit 3b4c3e1552
3 changed files with 65 additions and 51 deletions
@@ -266,7 +266,7 @@ public class MemberCommonController {
COLUMN_COMMENT
FROM INFORMATION_SCHEMA.COLUMNS
WHERE TABLE_NAME = 'sys_user'
AND TABLE_SCHEMA = 'union_cpu'
AND TABLE_SCHEMA = 'zhgh_hmc'
""");
List<NutMap> userTableColumnInfos = sysUserService.listMap(userColumnSql);