diff --git a/src/main/java/com/gxwebsoft/common/system/mapper/xml/OperationRecordMapper.xml b/src/main/java/com/gxwebsoft/common/system/mapper/xml/OperationRecordMapper.xml index 56b7fad..00f37e3 100644 --- a/src/main/java/com/gxwebsoft/common/system/mapper/xml/OperationRecordMapper.xml +++ b/src/main/java/com/gxwebsoft/common/system/mapper/xml/OperationRecordMapper.xml @@ -7,7 +7,7 @@ SELECT a.*, b.nickname, b.username - FROM gxwebsoft_core.sys_operation_record a + FROM sys_operation_record a LEFT JOIN gxwebsoft_core.sys_user b ON a.user_id = b.user_id