|
|
@@ -21,7 +21,7 @@ |
|
|
|
<result column="style_name" jdbcType="VARCHAR" property="styleName"/> |
|
|
|
<result column="style_display_name" jdbcType="VARCHAR" property="styleDisplayName"/> |
|
|
|
<result column="style_demo" jdbcType="VARCHAR" property="styleDemo"/> |
|
|
|
|
|
|
|
<result column="trial_text" jdbcType="VARCHAR" property="trialText"/> |
|
|
|
</resultMap> |
|
|
|
|
|
|
|
|
|
|
@@ -35,7 +35,7 @@ |
|
|
|
<!-- </select> --> |
|
|
|
<select id="getById" resultMap="BaseResultMap"> |
|
|
|
select wca.user_name,wca.resource_id,wca.expire_time,vi.id,vi.language_id,vi.sex,vi.display_name,vi.local_name,vi.mould_sm_id,vi.style_list, |
|
|
|
vl.name,vl.chinese_name |
|
|
|
vl.name,vl.chinese_name,vl.trial_text |
|
|
|
FROM wx_c_author wca |
|
|
|
join voice_info vi on wca.resource_id = vi.id |
|
|
|
join voice_language vl on vi.language_id =vl.id |
|
|
|