|
@@ -27,6 +27,7 @@
|
|
|
<result column="update_time_" jdbcType="TIMESTAMP" property="updateTime"/>
|
|
|
<result column="update_by_" jdbcType="BIGINT" property="updateBy"/>
|
|
|
<result column="remark_" jdbcType="VARCHAR" property="remark"/>
|
|
|
+ <result column="notation_" jdbcType="VARCHAR" property="notation"/>
|
|
|
</resultMap>
|
|
|
|
|
|
<sql id="Base_Column_List">
|
|
@@ -59,7 +60,8 @@
|
|
|
t.audit_version_ as auditVersion,
|
|
|
t.source_type_ as sourceType,
|
|
|
t.submit_audit_time_ as submitAuditTime,
|
|
|
- t.remark_ as remark
|
|
|
+ t.remark_ as remark,
|
|
|
+ t.notation_ as notation
|
|
|
</sql>
|
|
|
|
|
|
<select id="selectPage" resultType="com.yonge.cooleshow.biz.dal.vo.MusicSheetVo">
|
|
@@ -226,6 +228,7 @@
|
|
|
<result column="userName" jdbcType="VARCHAR" property="userName"/>
|
|
|
<result column="auditVersion" jdbcType="VARCHAR" property="auditVersion"/>
|
|
|
<result column="code" jdbcType="VARCHAR" property="code"/>
|
|
|
+ <result column="notation" jdbcType="VARCHAR" property="notation"/>
|
|
|
<collection property="background" ofType="com.yonge.cooleshow.biz.dal.entity.MusicSheetAccompaniment">
|
|
|
<id column="accompanimentId" jdbcType="BIGINT" property="id"/>
|
|
|
<result column="accompanimentMusicSheetId" jdbcType="BIGINT" property="musicSheetId"/>
|