Skip to content

Commit

Permalink
feat-UserInfoController-支持id_at_org_organization、id_at_org_department…
Browse files Browse the repository at this point in the history
…、b_user 过滤数据
  • Loading branch information
aruis committed Oct 23, 2024
1 parent 8d5a653 commit e57b1c0
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,9 @@ public String enableUser(@PathParam("id") String id) {
public List<QueryItem> queryItemList() {
return List.of(
QueryItem.of("v_email"),
QueryItem.of("id_at_org_organization"),
QueryItem.of("id_at_org_department"),
QueryItem.of("b_user"),
QueryItem.of("v_name").setSymbolType(QueryItem.SymbolType.LIKE),
QueryItem.of("v_phone").setSymbolType(QueryItem.SymbolType.LIKE),
QueryItem.of("v_username").setSymbolType(QueryItem.SymbolType.LIKE)
Expand Down

0 comments on commit e57b1c0

Please sign in to comment.