|
@@ -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}%'
|