# Conflicts:
#	yudao-dependencies/pom.xml
This commit is contained in:
YunaiV
2024-07-15 12:38:42 +08:00
3 changed files with 3 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ public class OperateLogRespDTO implements VO {
/**
* 用户编号
*/
@Trans(type = TransType.RPC, targetClassName = "cn.iocoder.yudao.module.system.dal.dataobject.user.AdminUserDO",
@Trans(type = TransType.SIMPLE, targetClassName = "cn.iocoder.yudao.module.system.dal.dataobject.user.AdminUserDO",
fields = "nickname", ref = "userName")
private Long userId;
/**