瀏覽代碼

专辑曲目收费类型查询

liujunchi 2 年之前
父節點
當前提交
0fc2e20be3
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      cooleshow-user/user-biz/src/main/resources/config/mybatis/MusicSheetMapper.xml

+ 3 - 0
cooleshow-user/user-biz/src/main/resources/config/mybatis/MusicSheetMapper.xml

@@ -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=")" >