zouxuan 4 years ago
parent
commit
cb663fb4a3

+ 1 - 1
mec-biz/src/main/resources/config/mybatis/courseScheduleStudentMusicScoreMapper.xml

@@ -85,7 +85,7 @@
         <if test="musicScoreAccompanimentId">
             AND music_score_accompaniment_id_ = #{musicScoreAccompanimentId}
         </if>
-        <if test="musicScoreAccompanimentId">
+        <if test="userId">
             AND user_id_ = #{userId}
         </if>
     </update>