|
|
|
@ -60,6 +60,12 @@ public interface CustomerGridDao extends BaseDao<CustomerGridEntity> { |
|
|
|
**/ |
|
|
|
List<CustomerGridForStrangerResultDTO> selectRestGridWithoutGivenAreaCode(Map<String, Object> paramsMap); |
|
|
|
|
|
|
|
/** |
|
|
|
* @Description 通过gridId查询网格信息,网格名称格式: 上级组织名称-网格名称 |
|
|
|
* @param customerGridFormDTO |
|
|
|
* @author wangc |
|
|
|
* @date 2020.04.30 13:57 |
|
|
|
**/ |
|
|
|
CustomerGridDTO getCustomerGridByGridId(CustomerGridFormDTO customerGridFormDTO); |
|
|
|
|
|
|
|
/** |
|
|
|
|