|
@@ -44,6 +44,9 @@
|
|
|
<if test="delFlag != null">
|
|
|
del_flag_ = #{delFlag},
|
|
|
</if>
|
|
|
+ <if test="musicScoreCategoriesId != null">
|
|
|
+ music_score_categories_id_ = #{musicScoreCategoriesId},
|
|
|
+ </if>
|
|
|
<if test="createUserId != null">
|
|
|
create_user_id_ = #{createUserId},
|
|
|
</if>
|