Skip to content

Commit

Permalink
feat-user-查询支持字段b_enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
aruis committed Oct 23, 2024
1 parent 5b20d98 commit 4607691
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ public List<QueryItem> queryItemList() {
QueryItem.of("id_at_org_organization"),
QueryItem.of("id_at_org_department"),
QueryItem.of("b_user"),
QueryItem.of("b_enabled"),
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 4607691

Please sign in to comment.