|
@@ -30,6 +30,7 @@
|
|
<result column="notation_" jdbcType="VARCHAR" property="notation"/>
|
|
<result column="notation_" jdbcType="VARCHAR" property="notation"/>
|
|
<result column="accompaniment_type_" jdbcType="VARCHAR" property="accompanimentType"/>
|
|
<result column="accompaniment_type_" jdbcType="VARCHAR" property="accompanimentType"/>
|
|
<result column="title_img_" jdbcType="VARCHAR" property="titleImg"/>
|
|
<result column="title_img_" jdbcType="VARCHAR" property="titleImg"/>
|
|
|
|
+ <result column="music_img_" jdbcType="VARCHAR" property="musicImg"/>
|
|
</resultMap>
|
|
</resultMap>
|
|
|
|
|
|
<sql id="Base_Column_List">
|
|
<sql id="Base_Column_List">
|
|
@@ -67,6 +68,7 @@
|
|
t.remark_ as remark,
|
|
t.remark_ as remark,
|
|
t.title_img_ as titleImg,
|
|
t.title_img_ as titleImg,
|
|
t.reason_ as reason,
|
|
t.reason_ as reason,
|
|
|
|
+ t.music_img_ as musicImg,
|
|
t.notation_ as notation
|
|
t.notation_ as notation
|
|
</sql>
|
|
</sql>
|
|
|
|
|
|
@@ -261,6 +263,7 @@
|
|
<result column="reason" jdbcType="VARCHAR" property="reason"/>
|
|
<result column="reason" jdbcType="VARCHAR" property="reason"/>
|
|
<result column="accompanimentType" jdbcType="VARCHAR" property="accompanimentType"/>
|
|
<result column="accompanimentType" jdbcType="VARCHAR" property="accompanimentType"/>
|
|
<result column="notation" jdbcType="VARCHAR" property="notation"/>
|
|
<result column="notation" jdbcType="VARCHAR" property="notation"/>
|
|
|
|
+ <result column="musicImg" jdbcType="VARCHAR" property="musicImg"/>
|
|
<result column="aiDefaultFrequency" jdbcType="VARCHAR" property="aiDefaultFrequency"/>
|
|
<result column="aiDefaultFrequency" jdbcType="VARCHAR" property="aiDefaultFrequency"/>
|
|
<collection property="background" ofType="com.yonge.cooleshow.biz.dal.entity.MusicSheetAccompaniment">
|
|
<collection property="background" ofType="com.yonge.cooleshow.biz.dal.entity.MusicSheetAccompaniment">
|
|
<id column="accompanimentId" jdbcType="BIGINT" property="id"/>
|
|
<id column="accompanimentId" jdbcType="BIGINT" property="id"/>
|