| Package | Description |
|---|---|
| com.geoway.adf.dms.datasource.dao | |
| com.geoway.adf.dms.datasource.service.impl |
| Modifier and Type | Method and Description |
|---|---|
DmDistrictItem |
DmDistrictItemDao.selectByPrimaryKey(Long fId) |
| Modifier and Type | Method and Description |
|---|---|
List<DmDistrictItem> |
DmDistrictItemDao.selectByCode(Long districtId,
Integer level,
String code) |
List<DmDistrictItem> |
DmDistrictItemDao.selectByCodes(Long districtId,
List<String> codes) |
List<DmDistrictItem> |
DmDistrictItemDao.selectByDistrictId(Long districtId,
String keyword) |
List<DmDistrictItem> |
DmDistrictItemDao.selectByLevelIndex(Long districtId,
Short levelIndex) |
List<DmDistrictItem> |
DmDistrictItemDao.selectByPId(Long districtId,
Long pid,
String keyword) |
List<DmDistrictItem> |
DmDistrictItemDao.selectParentByCode(Long districtId,
String keyword,
Short levelIndex) |
| Modifier and Type | Method and Description |
|---|---|
int |
DmDistrictItemDao.insert(DmDistrictItem record) |
int |
DmDistrictItemDao.insertSelective(DmDistrictItem record) |
int |
DmDistrictItemDao.updateByPrimaryKey(DmDistrictItem record) |
int |
DmDistrictItemDao.updateByPrimaryKeySelective(DmDistrictItem record) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<DmDistrictItem>> |
DistrictServiceImpl.getAllDistrictItem(Long districtId)
政区单元缓存列表
根据父政区id组织
|
Copyright © 2025. All rights reserved.