Skip to content

Commit

Permalink
fix: 修复角色查询参数与前端不一致的问题
Browse files Browse the repository at this point in the history
Closes #85
  • Loading branch information
Charles7c committed Sep 6, 2024
1 parent 8903195 commit 098571f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ public class RoleQuery implements Serializable {
*/
@Schema(description = "关键词", example = "测试人员")
@Query(columns = {"name", "code", "description"}, type = QueryType.LIKE)
private String name;
private String description;
}

0 comments on commit 098571f

Please sign in to comment.