|
@@ -101,9 +101,6 @@
|
|
|
<foreach collection="sysMusicScoreAccompaniments" item="item" separator=";">
|
|
|
UPDATE sys_music_score_accompaniment
|
|
|
<set>
|
|
|
- <if test="item.clientType != null">
|
|
|
- client_type_ = #{item.clientType,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler},
|
|
|
- </if>
|
|
|
<if test="item.isShowFingering != null">
|
|
|
is_show_fingering_ = #{item.isShowFingering},
|
|
|
</if>
|