|
@ -272,7 +272,9 @@ public class CustomerGridServiceImpl extends BaseServiceImpl<CustomerGridDao, Cu |
|
|
customerGridEntity.setGridType(addGridFormDTO.getGridType()); |
|
|
customerGridEntity.setGridType(addGridFormDTO.getGridType()); |
|
|
customerGridEntity.setContacts(addGridFormDTO.getContacts()); |
|
|
customerGridEntity.setContacts(addGridFormDTO.getContacts()); |
|
|
customerGridEntity.setMobile(addGridFormDTO.getMobile()); |
|
|
customerGridEntity.setMobile(addGridFormDTO.getMobile()); |
|
|
|
|
|
//新增网格增加中心点位必填
|
|
|
|
|
|
customerGridEntity.setLatitude(addGridFormDTO.getLatitude()); |
|
|
|
|
|
customerGridEntity.setLongitude(addGridFormDTO.getLongitude()); |
|
|
//新增area_code,部门的area_code=所属组织的area_code
|
|
|
//新增area_code,部门的area_code=所属组织的area_code
|
|
|
customerGridEntity.setAreaCode(null != customerAgencyDTO && StringUtils.isNotBlank(customerAgencyDTO.getAreaCode()) ? customerAgencyDTO.getAreaCode() : StrConstant.EPMETY_STR); |
|
|
customerGridEntity.setAreaCode(null != customerAgencyDTO && StringUtils.isNotBlank(customerAgencyDTO.getAreaCode()) ? customerAgencyDTO.getAreaCode() : StrConstant.EPMETY_STR); |
|
|
|
|
|
|
|
|