mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
登录日志记录组织id补充、查询状态条件失效修复
This commit is contained in:
+3
@@ -43,4 +43,7 @@ public class LoginLogCreateReqDTO {
|
||||
@Schema(description = "所属地区")
|
||||
@Size(max = 200, message = "所属地区长度不能超过200个字符")
|
||||
private String region;
|
||||
|
||||
@Schema(description = "组织id")
|
||||
private Long organId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user