1.修改多线程配置,修复线程不复用的问题

This commit is contained in:
2025-07-08 15:19:59 +08:00
parent 12f4059ba0
commit 7aceb760a2
7 changed files with 44 additions and 15 deletions

View File

@@ -99,8 +99,8 @@ public class ServerBigBrother {
/**
* 该数据所属的账号id
*/
@TableField(value = "owner_id")
private String ownerId;
@TableField(value = "user_id")
private Long userId;
/**
* 租户 Id