|
|
@ -105,7 +105,6 @@ public class TagCustomerServiceImpl extends BaseServiceImpl<TagCustomerDao, TagC |
|
|
|
tagScopeEntity.setCustomerId(entity.getCustomerId()); |
|
|
|
tagScopeEntity.setTagId(entity.getId()); |
|
|
|
tagScopeEntity.setAgencyId(tagScopeDTO.getAgencyId()); |
|
|
|
tagScopeEntity.setAgencyName(tagScopeDTO.getAgencyName()); |
|
|
|
tagScopeEntity.setOrgIdPath(tagScopeDTO.getOrgIdPath()); |
|
|
|
tagScopeDao.insert(tagScopeEntity); |
|
|
|
}); |
|
|
@ -137,7 +136,6 @@ public class TagCustomerServiceImpl extends BaseServiceImpl<TagCustomerDao, TagC |
|
|
|
tagScopeEntity.setCustomerId(entity.getCustomerId()); |
|
|
|
tagScopeEntity.setTagId(entity.getId()); |
|
|
|
tagScopeEntity.setAgencyId(tagScopeDTO.getAgencyId()); |
|
|
|
tagScopeEntity.setAgencyName(tagScopeDTO.getAgencyName()); |
|
|
|
tagScopeEntity.setOrgIdPath(tagScopeDTO.getOrgIdPath()); |
|
|
|
tagScopeDao.insert(tagScopeEntity); |
|
|
|
}); |
|
|
|