|
@ -53,7 +53,7 @@ public interface CustomerGridDao extends BaseDao<CustomerGridEntity> { |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* @Author sun |
|
|
* @Author sun |
|
|
* @Description 根据组织Id查询当前组织下所有网格列表 |
|
|
* @Description 根据组织Id查询当前组织下所有网格列表(未弃用的网格) |
|
|
**/ |
|
|
**/ |
|
|
List<GridInfoResultDTO> selectGridListByAgencyId(@Param("agencyId") String agencyId); |
|
|
List<GridInfoResultDTO> selectGridListByAgencyId(@Param("agencyId") String agencyId); |
|
|
|
|
|
|
|
|