优化:优化部分 @Query 的使用

This commit is contained in:
2023-03-04 16:41:31 +08:00
parent 5f1f39d968
commit 304615ea23
3 changed files with 3 additions and 3 deletions

View File

@@ -48,7 +48,7 @@ public class OperationLogQuery implements Serializable {
* 操作人
*/
@Schema(description = "操作人")
@Query(property = "createUser", type = Type.EQUAL)
@Query(property = "createUser")
private Long uid;
/**