mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-21 18:57:12 +08:00
优化:优化部分 @Query 的使用
This commit is contained in:
@@ -48,7 +48,7 @@ public class OperationLogQuery implements Serializable {
|
||||
* 操作人
|
||||
*/
|
||||
@Schema(description = "操作人")
|
||||
@Query(property = "createUser", type = Type.EQUAL)
|
||||
@Query(property = "createUser")
|
||||
private Long uid;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user