| 程序包 | 说明 |
|---|---|
| cn.gtmap.hlw.core.repository |
| 限定符和类型 | 方法和说明 |
|---|---|
GxYyOrg |
GxYyOrgRepository.get(String orgId)
通过ID查询单条数据
|
GxYyOrg |
GxYyOrgRepository.getByTyxydm(String tyxydm)
根据统一信用代码查询公司
|
GxYyOrg |
GxYyOrgRepository.getByTyxydm(String tyxydm,
String orgName) |
GxYyOrg |
GxYyOrgRepository.getOrgByUserid(String userid)
通过userid查询部门
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<GxYyOrg> |
GxYyOrgRepository.getAll()
获取数据
|
List<GxYyOrg> |
GxYyOrgRepository.getByOrgIdList(List<String> orgIdList) |
List<GxYyOrg> |
GxYyOrgRepository.getByOrgListAndQydmList(List<String> orgList,
List<String> qydmList)
通过ID查询单条数据
|
List<GxYyOrg> |
GxYyOrgRepository.getListByOrgName(String orgName)
获取数据
|
List<GxYyOrg> |
GxYyOrgRepository.getOrgAndChilds(String orgId)
通过ID查询数据
|
List<GxYyOrg> |
GxYyOrgRepository.listByTyxydm(List<String> qlrzjhList)
根据统一信用代码查询
|
PageInfo<GxYyOrg> |
GxYyOrgRepository.queryPage(OrgListQueryParamsDTO paramsDTO) |
PageInfo<GxYyOrg> |
GxYyOrgRepository.queryPage(String orgId,
String orgName,
BasePage page)
分页查询
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
GxYyOrgRepository.save(GxYyOrg gxYyOrg)
新增数据
|
String |
GxYyOrgRepository.saveOrUpdateOrg(GxYyOrg gxYyOrg) |
void |
GxYyOrgRepository.update(GxYyOrg gxYyOrg)
修改数据
|
Copyright © 2025. All rights reserved.