소스 검색

Merge branch 'feature/250324_fix' into test

刘俊驰 2 달 전
부모
커밋
d4099ac719
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      cooleshow-user/user-biz/src/main/resources/config/mybatis/MusicCompareRecordStatMapper.xml

+ 1 - 1
cooleshow-user/user-biz/src/main/resources/config/mybatis/MusicCompareRecordStatMapper.xml

@@ -51,7 +51,7 @@
                 AND (t1.recent_time_ >= #{record.startTime} AND  t1.recent_time_ <= #{record.endTime})
             </if>
             <if test="record.musicId != null">
-                AND t2.id_ = #{record.musicId}
+                AND t2.cbs_music_sheet_id_ = #{record.musicId}
             </if>
             <if test="record.musicName != null">
                 AND t2.music_sheet_name_ LIKE '%${record.musicName}%'