|
@@ -260,6 +260,7 @@
|
|
|
left join album_music_relate amr on t.id_ = amr.music_sheet_id_
|
|
|
left join sys_user su on t.create_by_ = su.id_
|
|
|
<where>
|
|
|
+ t.cbs_music_sheet_id_ IS NOT NULL
|
|
|
<if test="param.composer != null">
|
|
|
AND t.composer_ LIKE '%${param.composer}%'
|
|
|
</if>
|