1.修改多线程配置,修复线程不复用的问题
This commit is contained in:
@@ -99,8 +99,8 @@ public class ServerBigBrother {
|
||||
/**
|
||||
* 该数据所属的账号id
|
||||
*/
|
||||
@TableField(value = "owner_id")
|
||||
private String ownerId;
|
||||
@TableField(value = "user_id")
|
||||
private Long userId;
|
||||
|
||||
/**
|
||||
* 租户 Id
|
||||
|
||||
Reference in New Issue
Block a user