|
@@ -175,7 +175,10 @@
|
|
|
music_group_id_ = #{musicGroupId},
|
|
|
</if>
|
|
|
<if test="actualSubjectId != null">
|
|
|
- actual_subject_id_ = #{actualSubjectId},
|
|
|
+ actual_subject_id_ = #{actualSubjectId},
|
|
|
+ </if>
|
|
|
+ <if test="actualSubjectId != null">
|
|
|
+ class_group_id_ = #{classGroupId},
|
|
|
</if>
|
|
|
</set>
|
|
|
WHERE id_ = #{id}
|