Skip to content

Commit

Permalink
feat-OrganizationController-机构支持v_shortname查询
Browse files Browse the repository at this point in the history
  • Loading branch information
aruis committed Oct 24, 2024
1 parent 7999486 commit 5c39e36
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ public List<QueryItem> queryItemList() {
return List.of(
QueryItem.of("id"),
QueryItem.of("dict_org_type"),
QueryItem.of("v_shortname"),
QueryItem.of("v_name").setSymbolType(QueryItem.SymbolType.LIKE),
QueryItem.of("v_code").setSymbolType(QueryItem.SymbolType.LIKE)
);
Expand Down

0 comments on commit 5c39e36

Please sign in to comment.