|
@ -123,6 +123,8 @@ public class TagCustomerServiceImpl extends BaseServiceImpl<TagCustomerDao, TagC |
|
|
tagScopeEntity.setTagId(entity.getId()); |
|
|
tagScopeEntity.setTagId(entity.getId()); |
|
|
tagScopeEntity.setAgencyId(tagScopeDTO.getAgencyId()); |
|
|
tagScopeEntity.setAgencyId(tagScopeDTO.getAgencyId()); |
|
|
tagScopeEntity.setOrgIdPath(tagScopeDTO.getOrgIdPath()); |
|
|
tagScopeEntity.setOrgIdPath(tagScopeDTO.getOrgIdPath()); |
|
|
|
|
|
tagScopeEntity.setAgencyName(tagScopeDTO.getAgencyName()); |
|
|
|
|
|
tagScopeEntity.setPid(tagScopeDTO.getPid()); |
|
|
tagScopeDao.insert(tagScopeEntity); |
|
|
tagScopeDao.insert(tagScopeEntity); |
|
|
}); |
|
|
}); |
|
|
} |
|
|
} |
|
@ -156,6 +158,8 @@ public class TagCustomerServiceImpl extends BaseServiceImpl<TagCustomerDao, TagC |
|
|
tagScopeEntity.setTagId(entity.getId()); |
|
|
tagScopeEntity.setTagId(entity.getId()); |
|
|
tagScopeEntity.setAgencyId(tagScopeDTO.getAgencyId()); |
|
|
tagScopeEntity.setAgencyId(tagScopeDTO.getAgencyId()); |
|
|
tagScopeEntity.setOrgIdPath(tagScopeDTO.getOrgIdPath()); |
|
|
tagScopeEntity.setOrgIdPath(tagScopeDTO.getOrgIdPath()); |
|
|
|
|
|
tagScopeEntity.setAgencyName(tagScopeDTO.getAgencyName()); |
|
|
|
|
|
tagScopeEntity.setPid(tagScopeDTO.getPid()); |
|
|
tagScopeDao.insert(tagScopeEntity); |
|
|
tagScopeDao.insert(tagScopeEntity); |
|
|
}); |
|
|
}); |
|
|
} |
|
|
} |
|
|