Eric 2 years ago
parent
commit
aefe661b09

+ 9 - 1
cooleshow-user/user-biz/src/main/resources/config/mybatis/MusicSheetMapper.xml

@@ -35,6 +35,8 @@
         <result column="accompaniment_type_" jdbcType="VARCHAR" property="accompanimentType"/>
         <result column="title_img_" jdbcType="VARCHAR" property="titleImg"/>
         <result column="music_img_" jdbcType="VARCHAR" property="musicImg"/>
+        <result column="first_tone_" jdbcType="VARCHAR" property="firstTone"/>
+        <result column="fixed_tone_" jdbcType="VARCHAR" property="fixedTone"/>
     </resultMap>
 
     <sql id="Base_Column_List">
@@ -80,7 +82,13 @@
         t.title_img_ as titleImg,
         t.reason_ as reason,
         t.music_img_ as musicImg,
-        t.notation_ as notation
+        t.notation_ as notation,
+        t.music_json_ as musicJSON,
+        t.music_svg_ as musicSvg,
+        t.music_jian_svg_ as musicJianSvg,
+        t.music_first_svg_ as musicFirstSvg,
+        t.first_tone_ as firstTone,
+        t.fixed_tone_ as fixedTone
     </sql>
 
     <select id="selectPage" resultType="com.yonge.cooleshow.biz.dal.vo.MusicSheetVo">