select attributevalue,value from stringmap s
inner join entityview e
on e.name='new_channel_saleto' //实体的名称
and e.objecttypecode=s.ObjectTypeCode
and s.AttributeName='new_saleto_type' //选项集字段的名称
select attributevalue,value from stringmap s
inner join entityview e
on e.name='new_channel_saleto' //实体的名称
and e.objecttypecode=s.ObjectTypeCode
and s.AttributeName='new_saleto_type' //选项集字段的名称