|
@@ -156,6 +156,9 @@
|
|
|
and (t.id_ like concat('%',#{param.idAndName},'%') or
|
|
|
t.music_sheet_name_ like concat('%',#{param.idAndName},'%'))
|
|
|
</if>
|
|
|
+ <if test="param.chargeType != null">
|
|
|
+ and t.charge_type_ = #{param.chargeType}
|
|
|
+ </if>
|
|
|
<if test="param.musicTagIds != null and param.musicTagIds != ''">
|
|
|
and
|
|
|
<foreach collection="param.musicTagIdList" separator="or" item="item" open="(" close=")" >
|